Html Css Color HEX #F22D79 Deep Cerise

📋 copy color: '#F22D79'

red 242 ◦ green 45 ◦ blue 121

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

Shades of Deep Cerise #F22D79

Tints of Deep Cerise #F22D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.03%

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

R = 59.31%
G = 11.03%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F22D79 (or 0xF22D79) is known color: Deep Cerise. HEX triplet: F2, 2D and 79. RGB value is (242,45,121). Sum of RGB (Red+Green+Blue) = 242+45+121=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D79 is #0DD286. Grayscale: #707070. Windows color (decimal): -905863 or 7941618. OLE color: 7941618.

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

Color convert

RGB 242 45 121 -
CMYK 0 0.81 0.50 0.05
HSL 336.85º 0.88% 0.56% -
HSV(B) 336.85º 0.81% 0.95% -
XYZ 41.01 22.13 20.2 -
YUV 112.57 132.77 220.32 -
System Red Green Blue C M Y K H S L
Decimal 242 45 121 0 0.81 0.50 0.05 336.85 0.88 0.56
Hex F2 2D 79 0 51 32 5 151 58 38
Octal 362 55 171 0 121 62 5 521 130 70
Binary 11110010 101101 1111001 0 1010001 110010 101 101010001 1011000 111000

Color Harmonies of #F22D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22D79

Black with #F22D79

Text Example


Text Example

White with #F22D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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