Html Css Color HEX #F22279 Deep Cerise

📋 copy color: '#F22279'

red 242 ◦ green 34 ◦ blue 121

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

Shades of Deep Cerise #F22279

Tints of Deep Cerise #F22279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.56%

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

R = 60.96%
G = 8.56%
B = 30.48%

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

#F22279 (or 0xF22279) is known color: Deep Cerise. HEX triplet: F2, 22 and 79. RGB value is (242,34,121). Sum of RGB (Red+Green+Blue) = 242+34+121=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F22279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22279 is #0DDD86. Grayscale: #696969. Windows color (decimal): -908679 or 7938802. OLE color: 7938802.

HSL color Cylindrical-coordinate representation of color #F22279: hue angle of 334.9º 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 #F22279 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 34 121 -
CMYK 0 0.86 0.50 0.05
HSL 334.9º 0.89% 0.54% -
HSV(B) 334.9º 0.86% 0.95% -
XYZ 40.64 21.4 20.08 -
YUV 106.11 136.41 224.93 -
System Red Green Blue C M Y K H S L
Decimal 242 34 121 0 0.86 0.50 0.05 334.9 0.89 0.54
Hex F2 22 79 0 56 32 5 14F 59 36
Octal 362 42 171 0 126 62 5 517 131 66
Binary 11110010 100010 1111001 0 1010110 110010 101 101001111 1011001 110110

Color Harmonies of #F22279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22279

Black with #F22279

Text Example


Text Example

White with #F22279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22279; }

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

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

background-color css

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

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

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

border-color css

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

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

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