Html Css Color HEX #F22978 Deep Cerise

📋 copy color: '#F22978'

red 242 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #F22978

Tints of Deep Cerise #F22978

RGB

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

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

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

R = 60.05%
G = 10.17%
B = 29.78%

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

#F22978 (or 0xF22978) is known color: Deep Cerise. HEX triplet: F2, 29 and 78. RGB value is (242,41,120). Sum of RGB (Red+Green+Blue) = 242+41+120=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F22978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22978 is #0DD687. Grayscale: #6D6D6D. Windows color (decimal): -906888 or 7875058. OLE color: 7875058.

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

Color convert

RGB 242 41 120 -
CMYK 0 0.83 0.50 0.05
HSL 336.42º 0.89% 0.55% -
HSV(B) 336.42º 0.83% 0.95% -
XYZ 40.8 21.82 19.83 -
YUV 110.11 133.59 222.08 -
System Red Green Blue C M Y K H S L
Decimal 242 41 120 0 0.83 0.50 0.05 336.42 0.89 0.55
Hex F2 29 78 0 53 32 5 150 59 37
Octal 362 51 170 0 123 62 5 520 131 67
Binary 11110010 101001 1111000 0 1010011 110010 101 101010000 1011001 110111

Color Harmonies of #F22978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22978

Black with #F22978

Text Example


Text Example

White with #F22978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22978; }

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

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

background-color css

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

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

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

border-color css

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

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

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