Html Css Color HEX #F22570 Cerise

📋 copy color: '#F22570'

red 242 ◦ green 37 ◦ blue 112

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

Shades of Cerise #F22570

Tints of Cerise #F22570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.46%

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

R = 61.89%
G = 9.46%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F22570 (or 0xF22570) is known color: Cerise. HEX triplet: F2, 25 and 70. RGB value is (242,37,112). Sum of RGB (Red+Green+Blue) = 242+37+112=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F22570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22570 is #0DDA8F. Grayscale: #6A6A6A. Windows color (decimal): -907920 or 7349746. OLE color: 7349746.

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

Color convert

RGB 242 37 112 -
CMYK 0 0.85 0.54 0.05
HSL 338.05º 0.89% 0.55% -
HSV(B) 338.05º 0.85% 0.95% -
XYZ 40.2 21.37 17.34 -
YUV 106.85 130.92 224.4 -
System Red Green Blue C M Y K H S L
Decimal 242 37 112 0 0.85 0.54 0.05 338.05 0.89 0.55
Hex F2 25 70 0 55 36 5 152 59 37
Octal 362 45 160 0 125 66 5 522 131 67
Binary 11110010 100101 1110000 0 1010101 110110 101 101010010 1011001 110111

Color Harmonies of #F22570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22570

Black with #F22570

Text Example


Text Example

White with #F22570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22570; }

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

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

background-color css

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

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

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

border-color css

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

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

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