Html Css Color HEX #F57ABF Persian Pink

📋 copy color: '#F57ABF'

red 245 ◦ green 122 ◦ blue 191

#F57ABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F57ABF

Tints of Persian Pink #F57ABF

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 value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F57ABF (or 0xF57ABF) is known color: 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

RGB 245 122 191 -
CMYK 0 0.50 0.22 0.04
HSL 326.34º 0.86% 0.72% -
HSV(B) 326.34º 0.5% 0.96% -
XYZ 54.02 37.09 53.6 -
YUV 166.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 245 122 191 0 0.50 0.22 0.04 326.34 0.86 0.72
Hex F5 7A BF 0 32 16 4 146 56 48
Octal 365 172 277 0 62 26 4 506 126 110
Binary 11110101 1111010 10111111 0 110010 10110 100 101000110 1010110 1001000

Color Harmonies of #F57ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57ABF

Black with #F57ABF

Text Example


Text Example

White with #F57ABF

Text Example


Text Example

HTML Codes & Css Web 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>