Html Css Color HEX #F2202B Alizarin

📋 copy color: '#F2202B'

red 242 ◦ green 32 ◦ blue 43

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

Shades of Alizarin #F2202B

Tints of Alizarin #F2202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 76.34%
G = 10.09%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2202B (or 0xF2202B) is known color: Alizarin. HEX triplet: F2, 20 and 2B. RGB value is (242,32,43). Sum of RGB (Red+Green+Blue) = 242+32+43=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F2202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2202B is #0DDFD4. Grayscale: #606060. Windows color (decimal): -909269 or 2826482. OLE color: 2826482.

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

Color convert

RGB 242 32 43 -
CMYK 0 0.87 0.82 0.05
HSL 356.86º 0.89% 0.54% -
HSV(B) 356.86º 0.87% 0.95% -
XYZ 37.57 20.08 4.18 -
YUV 96.04 98.07 232.11 -
System Red Green Blue C M Y K H S L
Decimal 242 32 43 0 0.87 0.82 0.05 356.86 0.89 0.54
Hex F2 20 2B 0 57 52 5 165 59 36
Octal 362 40 53 0 127 122 5 545 131 66
Binary 11110010 100000 101011 0 1010111 1010010 101 101100101 1011001 110110

Color Harmonies of #F2202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2202B

Black with #F2202B

Text Example


Text Example

White with #F2202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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