Html Css Color HEX #F22378 Deep Cerise

📋 copy color: '#F22378'

red 242 ◦ green 35 ◦ blue 120

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

Shades of Deep Cerise #F22378

Tints of Deep Cerise #F22378

RGB

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

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

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

R = 60.96%
G = 8.82%
B = 30.23%

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

#F22378 (or 0xF22378) is known color: Deep Cerise. HEX triplet: F2, 23 and 78. RGB value is (242,35,120). Sum of RGB (Red+Green+Blue) = 242+35+120=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F22378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22378 is #0DDC87. Grayscale: #6A6A6A. Windows color (decimal): -908424 or 7873522. OLE color: 7873522.

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

Color convert

RGB 242 35 120 -
CMYK 0 0.86 0.50 0.05
HSL 335.36º 0.89% 0.54% -
HSV(B) 335.36º 0.86% 0.95% -
XYZ 40.61 21.44 19.77 -
YUV 106.58 135.58 224.59 -
System Red Green Blue C M Y K H S L
Decimal 242 35 120 0 0.86 0.50 0.05 335.36 0.89 0.54
Hex F2 23 78 0 56 32 5 14F 59 36
Octal 362 43 170 0 126 62 5 517 131 66
Binary 11110010 100011 1111000 0 1010110 110010 101 101001111 1011001 110110

Color Harmonies of #F22378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22378

Black with #F22378

Text Example


Text Example

White with #F22378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22378; }

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

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

background-color css

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

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

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

border-color css

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

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

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