#F178B2

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

Shades of Persian Pink #F178B2

Tints of Persian Pink #F178B2

Color information

#F178B2 (or 0xF178B2) is unknown color: approx Persian Pink. HEX triplet: F1, 78 and B2. RGB value is (241,120,178). Sum of RGB (Red+Green+Blue) = 241+120+178=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F178B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F178B2 is #0E874D. Grayscale: #A2A2A2. Windows color (decimal): -952142 or 11696369. OLE color: 11696369.

HSL color Cylindrical-coordinate representation of color #F178B2: hue angle of 331.24º 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 #F178B2 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB241120178-
CMYK00.500.260.05
HSL331.24º81.21%70.78%-
HSV(B)331.24º50.21%94.51%-
XYZ51.0335.3546.25-
YUV162.79136.59183.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=44.71%
G=22.26%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112017800.500.260.05331.2481.2170.78
HexF178B20321A514b5147
Octal361170262062325513121107
Binary1111000111110001011001001100101101010110100101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F178B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F178B2; }

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

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

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

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

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

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

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

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