Html Css Color HEX #F22573 Cerise

📋 copy color: '#F22573'

red 242 ◦ green 37 ◦ blue 115

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

Shades of Cerise #F22573

Tints of Cerise #F22573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 61.42%
G = 9.39%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F22573 (or 0xF22573) is known color: Cerise. HEX triplet: F2, 25 and 73. RGB value is (242,37,115). Sum of RGB (Red+Green+Blue) = 242+37+115=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F22573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22573 is #0DDA8C. Grayscale: #6B6B6B. Windows color (decimal): -907917 or 7546354. OLE color: 7546354.

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

Color convert

RGB 242 37 115 -
CMYK 0 0.85 0.52 0.05
HSL 337.17º 0.89% 0.55% -
HSV(B) 337.17º 0.85% 0.95% -
XYZ 40.37 21.44 18.23 -
YUV 107.19 132.42 224.16 -
System Red Green Blue C M Y K H S L
Decimal 242 37 115 0 0.85 0.52 0.05 337.17 0.89 0.55
Hex F2 25 73 0 55 34 5 151 59 37
Octal 362 45 163 0 125 64 5 521 131 67
Binary 11110010 100101 1110011 0 1010101 110100 101 101010001 1011001 110111

Color Harmonies of #F22573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22573

Black with #F22573

Text Example


Text Example

White with #F22573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22573; }

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

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

background-color css

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

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

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

border-color css

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

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

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