Html Css Color HEX #F52579 Deep Cerise

📋 copy color: '#F52579'

red 245 ◦ green 37 ◦ blue 121

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

Shades of Deep Cerise #F52579

Tints of Deep Cerise #F52579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.18%

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 60.79%
G = 9.18%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F52579 (or 0xF52579) is known color: Deep Cerise. HEX triplet: F5, 25 and 79. RGB value is (245,37,121). Sum of RGB (Red+Green+Blue) = 245+37+121=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F52579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52579 is #0ADA86. Grayscale: #6C6C6C. Windows color (decimal): -711303 or 7939573. OLE color: 7939573.

HSL color Cylindrical-coordinate representation of color #F52579: hue angle of 335.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F52579 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 37 121 -
CMYK 0 0.85 0.51 0.04
HSL 335.77º 0.91% 0.55% -
HSV(B) 335.77º 0.85% 0.96% -
XYZ 41.77 22.12 20.16 -
YUV 108.77 134.91 225.17 -
System Red Green Blue C M Y K H S L
Decimal 245 37 121 0 0.85 0.51 0.04 335.77 0.91 0.55
Hex F5 25 79 0 55 33 4 150 5B 37
Octal 365 45 171 0 125 63 4 520 133 67
Binary 11110101 100101 1111001 0 1010101 110011 100 101010000 1011011 110111

Color Harmonies of #F52579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52579

Black with #F52579

Text Example


Text Example

White with #F52579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52579; }

 p { color: rgb(245,37,121); }

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

background-color css

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

 a { background-color: rgb(245,37,121); }

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

border-color css

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

 span { border-color: rgb(245,37,121); }

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