Html Css Color HEX #F02979 Deep Cerise

📋 copy color: '#F02979'

red 240 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #F02979

Tints of Deep Cerise #F02979

RGB

 RED value IS 240 (94.14% from 255) = 59.7%

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

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

R = 59.7%
G = 10.2%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F02979 (or 0xF02979) is known color: Deep Cerise. HEX triplet: F0, 29 and 79. RGB value is (240,41,121). Sum of RGB (Red+Green+Blue) = 240+41+121=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F02979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02979 is #0FD686. Grayscale: #6D6D6D. Windows color (decimal): -1037959 or 7940592. OLE color: 7940592.

HSL color Cylindrical-coordinate representation of color #F02979: hue angle of 335.88º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02979 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 41 121 -
CMYK 0 0.83 0.50 0.06
HSL 335.88º 0.87% 0.55% -
HSV(B) 335.88º 0.83% 0.94% -
XYZ 40.18 21.49 20.12 -
YUV 109.62 134.43 221 -
System Red Green Blue C M Y K H S L
Decimal 240 41 121 0 0.83 0.50 0.06 335.88 0.87 0.55
Hex F0 29 79 0 53 32 6 150 57 37
Octal 360 51 171 0 123 62 6 520 127 67
Binary 11110000 101001 1111001 0 1010011 110010 110 101010000 1010111 110111

Color Harmonies of #F02979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02979

Black with #F02979

Text Example


Text Example

White with #F02979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02979; }

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

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

background-color css

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

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

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

border-color css

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

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

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