Html Css Color HEX #F22979 Deep Cerise

📋 copy color: '#F22979'

red 242 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #F22979

Tints of Deep Cerise #F22979

RGB

 RED value IS 242 (94.92% from 255) = 59.9%

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

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

R = 59.9%
G = 10.15%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F22979 (or 0xF22979) is known color: Deep Cerise. HEX triplet: F2, 29 and 79. RGB value is (242,41,121). Sum of RGB (Red+Green+Blue) = 242+41+121=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F22979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22979 is #0DD686. Grayscale: #6E6E6E. Windows color (decimal): -906887 or 7940594. OLE color: 7940594.

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

Color convert

RGB 242 41 121 -
CMYK 0 0.83 0.50 0.05
HSL 336.12º 0.89% 0.55% -
HSV(B) 336.12º 0.83% 0.95% -
XYZ 40.86 21.84 20.15 -
YUV 110.22 134.09 222 -
System Red Green Blue C M Y K H S L
Decimal 242 41 121 0 0.83 0.50 0.05 336.12 0.89 0.55
Hex F2 29 79 0 53 32 5 150 59 37
Octal 362 51 171 0 123 62 5 520 131 67
Binary 11110010 101001 1111001 0 1010011 110010 101 101010000 1011001 110111

Color Harmonies of #F22979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22979

Black with #F22979

Text Example


Text Example

White with #F22979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22979; }

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

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

background-color css

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

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

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

border-color css

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

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

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