Html Css Color HEX #F22364 Cerise

📋 copy color: '#F22364'

red 242 ◦ green 35 ◦ blue 100

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

Shades of Cerise #F22364

Tints of Cerise #F22364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 64.19%
G = 9.28%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F22364 (or 0xF22364) is known color: Cerise. HEX triplet: F2, 23 and 64. RGB value is (242,35,100). Sum of RGB (Red+Green+Blue) = 242+35+100=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F22364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22364 is #0DDC9B. Grayscale: #686868. Windows color (decimal): -908444 or 6562802. OLE color: 6562802.

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

Color convert

RGB 242 35 100 -
CMYK 0 0.86 0.59 0.05
HSL 341.16º 0.89% 0.54% -
HSV(B) 341.16º 0.86% 0.95% -
XYZ 39.52 21 14.03 -
YUV 104.3 125.58 226.21 -
System Red Green Blue C M Y K H S L
Decimal 242 35 100 0 0.86 0.59 0.05 341.16 0.89 0.54
Hex F2 23 64 0 56 3B 5 155 59 36
Octal 362 43 144 0 126 73 5 525 131 66
Binary 11110010 100011 1100100 0 1010110 111011 101 101010101 1011001 110110

Color Harmonies of #F22364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22364

Black with #F22364

Text Example


Text Example

White with #F22364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22364; }

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

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

background-color css

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

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

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

border-color css

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

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

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