Html Css Color HEX #F42979 Deep Cerise

📋 copy color: '#F42979'

red 244 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #F42979

Tints of Deep Cerise #F42979

RGB

 RED value IS 244 (95.7% from 255) = 60.1%

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

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

R = 60.1%
G = 10.1%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F42979 (or 0xF42979) is known color: Deep Cerise. HEX triplet: F4, 29 and 79. RGB value is (244,41,121). Sum of RGB (Red+Green+Blue) = 244+41+121=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F42979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42979 is #0BD686. Grayscale: #6E6E6E. Windows color (decimal): -775815 or 7940596. OLE color: 7940596.

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

Color convert

RGB 244 41 121 -
CMYK 0 0.83 0.50 0.04
HSL 336.35º 0.9% 0.56% -
HSV(B) 336.35º 0.83% 0.96% -
XYZ 41.55 22.2 20.18 -
YUV 110.82 133.75 223 -
System Red Green Blue C M Y K H S L
Decimal 244 41 121 0 0.83 0.50 0.04 336.35 0.9 0.56
Hex F4 29 79 0 53 32 4 150 5A 38
Octal 364 51 171 0 123 62 4 520 132 70
Binary 11110100 101001 1111001 0 1010011 110010 100 101010000 1011010 111000

Color Harmonies of #F42979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42979

Black with #F42979

Text Example


Text Example

White with #F42979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42979; }

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

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

background-color css

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

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

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

border-color css

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

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

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