#f178b9

Color #F178B9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F178B9

Tints of Persian Pink #F178B9

Color information

#F178B9 (or 0xF178B9) is unknown color: approx Persian Pink. HEX triplet: F1, 78 and B9. RGB value is (241,120,185). Sum of RGB (Red+Green+Blue) = 241+120+185=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F178B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178B9 is #0E8746. Grayscale: #A3A3A3. Windows color (decimal): -952135 or 12155121. OLE color: 12155121.

HSL color Cylindrical-coordinate representation of color #F178B9: hue angle of 327.77º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178B9 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241120185-
CMYK00.500.230.05
HSL327.77º81.21%70.78%-
HSV(B)327.77º50.21%94.51%-
XYZ51.7535.6450.05-
YUV163.59140.09183.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 120 (47.27% from 255) = 21.98%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=44.14%
G=21.98%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112018500.500.230.05327.7781.2170.78
HexF178B90321751485147
Octal361170271062275510121107
Binary1111000111110001011100101100101011110110100100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f178b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f178b9; }

 p { color: rgb(241,120,185); }

 H1.HeaderClassName
 {
   color: #f178b9;
 }
 .AnyTagClassName
 {
   color: #f178b9;
 }
</style>
background-color css

<style>
 a { background-color: #f178b9; }

 a { background-color: rgb(241,120,185); }

 div.DivClassName
 {
   background-color: #f178b9;
 }
 .BgClassName
 {
   background-color: #f178b9;
 }
</style>
border-color css

<style>
 span { border-color: #f178b9; }

 span { border-color: rgb(241,120,185); }

 td.TdClassName
 {
   border-color: #f178b9;
 }
 .TagClassName
 {
   border-color: #f178b9;
 }
</style>