Html Css Color HEX #F22E70 Cerise

📋 copy color: '#F22E70'

red 242 ◦ green 46 ◦ blue 112

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

Shades of Cerise #F22E70

Tints of Cerise #F22E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.5%

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

R = 60.5%
G = 11.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F22E70 (or 0xF22E70) is known color: Cerise. HEX triplet: F2, 2E and 70. RGB value is (242,46,112). Sum of RGB (Red+Green+Blue) = 242+46+112=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22E70 is #0DD18F. Grayscale: #707070. Windows color (decimal): -905616 or 7352050. OLE color: 7352050.

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

Color convert

RGB 242 46 112 -
CMYK 0 0.81 0.54 0.05
HSL 339.8º 0.88% 0.56% -
HSV(B) 339.8º 0.81% 0.95% -
XYZ 40.52 22 17.44 -
YUV 112.13 127.93 220.63 -
System Red Green Blue C M Y K H S L
Decimal 242 46 112 0 0.81 0.54 0.05 339.8 0.88 0.56
Hex F2 2E 70 0 51 36 5 154 58 38
Octal 362 56 160 0 121 66 5 524 130 70
Binary 11110010 101110 1110000 0 1010001 110110 101 101010100 1011000 111000

Color Harmonies of #F22E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22E70

Black with #F22E70

Text Example


Text Example

White with #F22E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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