Html Css Color HEX #F57ABB Persian Pink

📋 copy color: '#F57ABB'

red 245 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #F57ABB

Tints of Persian Pink #F57ABB

RGB

 RED value IS 245 (96.09% from 255) = 44.22%

 GREEN value IS 122 (48.05% from 255) = 22.02%

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 44.22%
G = 22.02%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F57ABB (or 0xF57ABB) is known color: Persian Pink. HEX triplet: F5, 7A and BB. RGB value is (245,122,187). Sum of RGB (Red+Green+Blue) = 245+122+187=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ABB is #0A8544. Grayscale: #A6A6A6. Windows color (decimal): -689477 or 12286709. OLE color: 12286709.

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

Color convert

RGB 245 122 187 -
CMYK 0 0.50 0.24 0.04
HSL 328.29º 0.86% 0.72% -
HSV(B) 328.29º 0.5% 0.96% -
XYZ 53.59 36.92 51.32 -
YUV 166.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 245 122 187 0 0.50 0.24 0.04 328.29 0.86 0.72
Hex F5 7A BB 0 32 18 4 148 56 48
Octal 365 172 273 0 62 30 4 510 126 110
Binary 11110101 1111010 10111011 0 110010 11000 100 101001000 1010110 1001000

Color Harmonies of #F57ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57ABB

Black with #F57ABB

Text Example


Text Example

White with #F57ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57ABB; }

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

 H1.HeaderClassName
 {
   color: #F57ABB;
 }
 .AnyTagClassName
 {
   color: #F57ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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