#F17BBA

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

Shades of Persian Pink #F17BBA

Tints of Persian Pink #F17BBA

Color information

#F17BBA (or 0xF17BBA) is unknown color: approx Persian Pink. HEX triplet: F1, 7B and BA. RGB value is (241,123,186). Sum of RGB (Red+Green+Blue) = 241+123+186=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BBA is #0E8445. Grayscale: #A5A5A5. Windows color (decimal): -951366 or 12221425. OLE color: 12221425.

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

Color convert

RGB241123186-
CMYK00.490.230.05
HSL327.97º80.82%71.37%-
HSV(B)327.97º48.96%94.51%-
XYZ52.2236.4150.73-
YUV165.46139.59181.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 123 (48.44% from 255) = 22.36%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=43.82%
G=22.36%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112318600.490.230.05327.9780.8271.37
HexF17BBA0311751485147
Octal361173272061275510121107
Binary1111000111110111011101001100011011110110100100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17BBA; }

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

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

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

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

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

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

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

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