#F17BBC

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

Shades of Persian Pink #F17BBC

Tints of Persian Pink #F17BBC

Color information

#F17BBC (or 0xF17BBC) is unknown color: approx Persian Pink. HEX triplet: F1, 7B and BC. RGB value is (241,123,188). Sum of RGB (Red+Green+Blue) = 241+123+188=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BBC is #0E8443. Grayscale: #A5A5A5. Windows color (decimal): -951364 or 12352497. OLE color: 12352497.

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

Color convert

RGB241123188-
CMYK00.490.220.05
HSL326.95º80.82%71.37%-
HSV(B)326.95º48.96%94.51%-
XYZ52.4436.551.86-
YUV165.69140.59181.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.66%
GREEN value IS 123 (48.44% from 255) = 22.28%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=43.66%
G=22.28%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112318800.490.220.05326.9580.8271.37
HexF17BBC0311651475147
Octal361173274061265507121107
Binary1111000111110111011110001100011011010110100011110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17BBC; }

 p { color: rgb(241,123,188); }

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

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

 a { background-color: rgb(241,123,188); }

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

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

 span { border-color: rgb(241,123,188); }

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