Html Css Color HEX #F22242 Alizarin

📋 copy color: '#F22242'

red 242 ◦ green 34 ◦ blue 66

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

Shades of Alizarin #F22242

Tints of Alizarin #F22242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 70.76%
G = 9.94%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F22242 (or 0xF22242) is known color: Alizarin. HEX triplet: F2, 22 and 42. RGB value is (242,34,66). Sum of RGB (Red+Green+Blue) = 242+34+66=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F22242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22242 is #0DDDBD. Grayscale: #636363. Windows color (decimal): -908734 or 4334322. OLE color: 4334322.

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

Color convert

RGB 242 34 66 -
CMYK 0 0.86 0.73 0.05
HSL 350.77º 0.89% 0.54% -
HSV(B) 350.77º 0.86% 0.95% -
XYZ 38.17 20.41 7.08 -
YUV 99.84 108.91 229.4 -
System Red Green Blue C M Y K H S L
Decimal 242 34 66 0 0.86 0.73 0.05 350.77 0.89 0.54
Hex F2 22 42 0 56 49 5 15F 59 36
Octal 362 42 102 0 126 111 5 537 131 66
Binary 11110010 100010 1000010 0 1010110 1001001 101 101011111 1011001 110110

Color Harmonies of #F22242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22242

Black with #F22242

Text Example


Text Example

White with #F22242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22242; }

 p { color: rgb(242,34,66); }

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

background-color css

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

 a { background-color: rgb(242,34,66); }

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

border-color css

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

 span { border-color: rgb(242,34,66); }

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