#F17ABA

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

Shades of Persian Pink #F17ABA

Tints of Persian Pink #F17ABA

Color information

#F17ABA (or 0xF17ABA) is unknown color: approx Persian Pink. HEX triplet: F1, 7A and BA. RGB value is (241,122,186). Sum of RGB (Red+Green+Blue) = 241+122+186=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ABA is #0E8545. Grayscale: #A4A4A4. Windows color (decimal): -951622 or 12221169. OLE color: 12221169.

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

Color convert

RGB241122186-
CMYK00.490.230.05
HSL327.73º80.95%71.18%-
HSV(B)327.73º49.38%94.51%-
XYZ52.136.1750.69-
YUV164.88139.92182.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=43.90%
G=22.22%
B=33.88%

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
Decimal24112218600.490.230.05327.7380.9571.18
HexF17ABA0311751485147
Octal361172272061275510121107
Binary1111000111110101011101001100011011110110100100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17ABA; }

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

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

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

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

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

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

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

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