Html Css Color HEX #F22278 Deep Cerise

📋 copy color: '#F22278'

red 242 ◦ green 34 ◦ blue 120

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

Shades of Deep Cerise #F22278

Tints of Deep Cerise #F22278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 61.11%
G = 8.59%
B = 30.3%

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

#F22278 (or 0xF22278) is known color: Deep Cerise. HEX triplet: F2, 22 and 78. RGB value is (242,34,120). Sum of RGB (Red+Green+Blue) = 242+34+120=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F22278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22278 is #0DDD87. Grayscale: #696969. Windows color (decimal): -908680 or 7873266. OLE color: 7873266.

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

Color convert

RGB 242 34 120 -
CMYK 0 0.86 0.50 0.05
HSL 335.19º 0.89% 0.54% -
HSV(B) 335.19º 0.86% 0.95% -
XYZ 40.58 21.38 19.76 -
YUV 106 135.91 225.01 -
System Red Green Blue C M Y K H S L
Decimal 242 34 120 0 0.86 0.50 0.05 335.19 0.89 0.54
Hex F2 22 78 0 56 32 5 14F 59 36
Octal 362 42 170 0 126 62 5 517 131 66
Binary 11110010 100010 1111000 0 1010110 110010 101 101001111 1011001 110110

Color Harmonies of #F22278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22278

Black with #F22278

Text Example


Text Example

White with #F22278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22278; }

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

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

background-color css

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

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

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

border-color css

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

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

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