#F17AB6

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

Shades of Persian Pink #F17AB6

Tints of Persian Pink #F17AB6

Color information

#F17AB6 (or 0xF17AB6) is unknown color: approx Persian Pink. HEX triplet: F1, 7A and B6. RGB value is (241,122,182). Sum of RGB (Red+Green+Blue) = 241+122+182=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17AB6 is #0E8549. Grayscale: #A4A4A4. Windows color (decimal): -951626 or 11959025. OLE color: 11959025.

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

Color convert

RGB241122182-
CMYK00.490.240.05
HSL329.75º80.95%71.18%-
HSV(B)329.75º49.38%94.51%-
XYZ51.683648.48-
YUV164.42137.92182.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=44.22%
G=22.39%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112218200.490.240.05329.7580.9571.18
HexF17AB603118514a5147
Octal361172266061305512121107
Binary1111000111110101011011001100011100010110100101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17AB6; }

 p { color: rgb(241,122,182); }

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

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

 a { background-color: rgb(241,122,182); }

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

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

 span { border-color: rgb(241,122,182); }

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