Html Css Color HEX #F22379 Deep Cerise

📋 copy color: '#F22379'

red 242 ◦ green 35 ◦ blue 121

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

Shades of Deep Cerise #F22379

Tints of Deep Cerise #F22379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.79%

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

R = 60.8%
G = 8.79%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F22379 (or 0xF22379) is known color: Deep Cerise. HEX triplet: F2, 23 and 79. RGB value is (242,35,121). Sum of RGB (Red+Green+Blue) = 242+35+121=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F22379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22379 is #0DDC86. Grayscale: #6A6A6A. Windows color (decimal): -908423 or 7939058. OLE color: 7939058.

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

Color convert

RGB 242 35 121 -
CMYK 0 0.86 0.50 0.05
HSL 335.07º 0.89% 0.54% -
HSV(B) 335.07º 0.86% 0.95% -
XYZ 40.67 21.46 20.09 -
YUV 106.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 242 35 121 0 0.86 0.50 0.05 335.07 0.89 0.54
Hex F2 23 79 0 56 32 5 14F 59 36
Octal 362 43 171 0 126 62 5 517 131 66
Binary 11110010 100011 1111001 0 1010110 110010 101 101001111 1011001 110110

Color Harmonies of #F22379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22379

Black with #F22379

Text Example


Text Example

White with #F22379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22379; }

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

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

background-color css

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

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

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

border-color css

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

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

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