#F17ABF

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

Shades of Persian Pink #F17ABF

Tints of Persian Pink #F17ABF

Color information

#F17ABF (or 0xF17ABF) is unknown color: approx Persian Pink. HEX triplet: F1, 7A and BF. RGB value is (241,122,191). Sum of RGB (Red+Green+Blue) = 241+122+191=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ABF is #0E8540. Grayscale: #A5A5A5. Windows color (decimal): -951617 or 12548849. OLE color: 12548849.

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

Color convert

RGB241122191-
CMYK00.490.210.05
HSL325.21º80.95%71.18%-
HSV(B)325.21º49.38%94.51%-
XYZ52.6436.3853.54-
YUV165.45142.42181.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 122 (48.05% from 255) = 22.02%
BLUE value IS 191 (75% from 255) = 34.48%
R=43.50%
G=22.02%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112219100.490.210.05325.2180.9571.18
HexF17ABF0311551455147
Octal361172277061255505121107
Binary1111000111110101011111101100011010110110100010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17ABF; }

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

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

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

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

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

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

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

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