Html Css Color HEX #F2202A Alizarin

📋 copy color: '#F2202A'

red 242 ◦ green 32 ◦ blue 42

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

Shades of Alizarin #F2202A

Tints of Alizarin #F2202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 76.58%
G = 10.13%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2202A (or 0xF2202A) is known color: Alizarin. HEX triplet: F2, 20 and 2A. RGB value is (242,32,42). Sum of RGB (Red+Green+Blue) = 242+32+42=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F2202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2202A is #0DDFD5. Grayscale: #606060. Windows color (decimal): -909270 or 2760946. OLE color: 2760946.

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

Color convert

RGB 242 32 42 -
CMYK 0 0.87 0.83 0.05
HSL 357.14º 0.89% 0.54% -
HSV(B) 357.14º 0.87% 0.95% -
XYZ 37.55 20.08 4.09 -
YUV 95.93 97.57 232.19 -
System Red Green Blue C M Y K H S L
Decimal 242 32 42 0 0.87 0.83 0.05 357.14 0.89 0.54
Hex F2 20 2A 0 57 53 5 165 59 36
Octal 362 40 52 0 127 123 5 545 131 66
Binary 11110010 100000 101010 0 1010111 1010011 101 101100101 1011001 110110

Color Harmonies of #F2202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2202A

Black with #F2202A

Text Example


Text Example

White with #F2202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2202A; }

 p { color: rgb(242,32,42); }

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

background-color css

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

 a { background-color: rgb(242,32,42); }

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

border-color css

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

 span { border-color: rgb(242,32,42); }

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