#F2202F

Color #F2202F Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F2202F

Tints of Alizarin #F2202F

Color information

#F2202F (or 0xF2202F) is unknown color: approx Alizarin. HEX triplet: F2, 20 and 2F. RGB value is (242,32,47). Sum of RGB (Red+Green+Blue) = 242+32+47=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2202F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2202F is #0DDFD0. Grayscale: #606060. Windows color (decimal): -909265 or 3088626. OLE color: 3088626.

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

Color convert

RGB2423247-
CMYK00.870.810.05
HSL355.71º88.98%53.73%-
HSV(B)355.71º86.78%94.9%-
XYZ37.6520.124.59-
YUV96.5100.07231.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 75.39%
GREEN value IS 32 (12.89% from 255) = 9.97%
BLUE value IS 47 (18.75% from 255) = 14.64%
R=75.39%
G=9.97%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242324700.870.810.05355.7188.9853.73
HexF2202F0575151645936
Octal36240570127121554413166
Binary111100101000001011110101011110100011011011001001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2202F; }

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

 H1.HeaderClassName
 {
   color: #F2202F;
 }
 .AnyTagClassName
 {
   color: #F2202F;
 }
</style>
background-color css

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

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

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

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

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

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