Html Css Color HEX #F22370 Cerise

📋 copy color: '#F22370'

red 242 ◦ green 35 ◦ blue 112

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

Shades of Cerise #F22370

Tints of Cerise #F22370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 62.21%
G = 9%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F22370 (or 0xF22370) is known color: Cerise. HEX triplet: F2, 23 and 70. RGB value is (242,35,112). Sum of RGB (Red+Green+Blue) = 242+35+112=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F22370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22370 is #0DDC8F. Grayscale: #696969. Windows color (decimal): -908432 or 7349234. OLE color: 7349234.

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

Color convert

RGB 242 35 112 -
CMYK 0 0.86 0.54 0.05
HSL 337.68º 0.89% 0.54% -
HSV(B) 337.68º 0.86% 0.95% -
XYZ 40.14 21.25 17.31 -
YUV 105.67 131.58 225.24 -
System Red Green Blue C M Y K H S L
Decimal 242 35 112 0 0.86 0.54 0.05 337.68 0.89 0.54
Hex F2 23 70 0 56 36 5 152 59 36
Octal 362 43 160 0 126 66 5 522 131 66
Binary 11110010 100011 1110000 0 1010110 110110 101 101010010 1011001 110110

Color Harmonies of #F22370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22370

Black with #F22370

Text Example


Text Example

White with #F22370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22370; }

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

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

background-color css

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

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

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

border-color css

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

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

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