#F57ABF

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

Shades of Persian Pink #F57ABF

Tints of Persian Pink #F57ABF

Color information

#F57ABF (or 0xF57ABF) is unknown color: approx Persian Pink. HEX triplet: F5, 7A and BF. RGB value is (245,122,191). Sum of RGB (Red+Green+Blue) = 245+122+191=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ABF is #0A8540. Grayscale: #A6A6A6. Windows color (decimal): -689473 or 12548853. OLE color: 12548853.

HSL color Cylindrical-coordinate representation of color #F57ABF: hue angle of 326.34º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57ABF is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245122191-
CMYK00.500.220.04
HSL326.34º86.01%71.96%-
HSV(B)326.34º50.2%96.08%-
XYZ54.0237.0953.6-
YUV166.64141.75183.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 191 (75% from 255) = 34.23%
R=43.91%
G=21.86%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512219100.500.220.04326.3486.0171.96
HexF57ABF0321641465648
Octal365172277062264506126110
Binary1111010111110101011111101100101011010010100011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57ABF; }

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

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

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

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

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

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

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

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