Html Css Color HEX #F52979 Deep Cerise

📋 copy color: '#F52979'

red 245 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #F52979

Tints of Deep Cerise #F52979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

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

R = 60.2%
G = 10.07%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F52979 (or 0xF52979) is known color: Deep Cerise. HEX triplet: F5, 29 and 79. RGB value is (245,41,121). Sum of RGB (Red+Green+Blue) = 245+41+121=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F52979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52979 is #0AD686. Grayscale: #6F6F6F. Windows color (decimal): -710279 or 7940597. OLE color: 7940597.

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

Color convert

RGB 245 41 121 -
CMYK 0 0.83 0.51 0.04
HSL 336.47º 0.91% 0.56% -
HSV(B) 336.47º 0.83% 0.96% -
XYZ 41.9 22.38 20.2 -
YUV 111.12 133.59 223.5 -
System Red Green Blue C M Y K H S L
Decimal 245 41 121 0 0.83 0.51 0.04 336.47 0.91 0.56
Hex F5 29 79 0 53 33 4 150 5B 38
Octal 365 51 171 0 123 63 4 520 133 70
Binary 11110101 101001 1111001 0 1010011 110011 100 101010000 1011011 111000

Color Harmonies of #F52979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52979

Black with #F52979

Text Example


Text Example

White with #F52979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52979; }

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

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

background-color css

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

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

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

border-color css

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

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

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