Html Css Color HEX #F22F70 Cerise

📋 copy color: '#F22F70'

red 242 ◦ green 47 ◦ blue 112

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

Shades of Cerise #F22F70

Tints of Cerise #F22F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

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

R = 60.35%
G = 11.72%
B = 27.93%

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

#F22F70 (or 0xF22F70) is known color: Cerise. HEX triplet: F2, 2F and 70. RGB value is (242,47,112). Sum of RGB (Red+Green+Blue) = 242+47+112=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22F70 is #0DD08F. Grayscale: #707070. Windows color (decimal): -905360 or 7352306. OLE color: 7352306.

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

Color convert

RGB 242 47 112 -
CMYK 0 0.81 0.54 0.05
HSL 340º 0.88% 0.57% -
HSV(B) 340º 0.81% 0.95% -
XYZ 40.56 22.08 17.45 -
YUV 112.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 242 47 112 0 0.81 0.54 0.05 340 0.88 0.57
Hex F2 2F 70 0 51 36 5 154 58 39
Octal 362 57 160 0 121 66 5 524 130 71
Binary 11110010 101111 1110000 0 1010001 110110 101 101010100 1011000 111001

Color Harmonies of #F22F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F70

Black with #F22F70

Text Example


Text Example

White with #F22F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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