Html Css Color HEX #F57AC5 Persian Pink

📋 copy color: '#F57AC5'

red 245 ◦ green 122 ◦ blue 197

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

Shades of Persian Pink #F57AC5

Tints of Persian Pink #F57AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.93%

R = 43.44%
G = 21.63%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F57AC5 (or 0xF57AC5) is known color: Persian Pink. HEX triplet: F5, 7A and C5. RGB value is (245,122,197). Sum of RGB (Red+Green+Blue) = 245+122+197=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AC5 is #0A853A. Grayscale: #A7A7A7. Windows color (decimal): -689467 or 12942069. OLE color: 12942069.

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

Color convert

RGB 245 122 197 -
CMYK 0 0.50 0.20 0.04
HSL 323.41º 0.86% 0.72% -
HSV(B) 323.41º 0.5% 0.96% -
XYZ 54.69 37.36 57.15 -
YUV 167.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 245 122 197 0 0.50 0.20 0.04 323.41 0.86 0.72
Hex F5 7A C5 0 32 14 4 143 56 48
Octal 365 172 305 0 62 24 4 503 126 110
Binary 11110101 1111010 11000101 0 110010 10100 100 101000011 1010110 1001000

Color Harmonies of #F57AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AC5

Black with #F57AC5

Text Example


Text Example

White with #F57AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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