Shades of Alizarin #F2303F
Tints of Alizarin #F2303F
RGB
CMYK
RGB Variations
Color information
#F2303F (or 0xF2303F) is known color: Alizarin. HEX triplet: F2, 30 and 3F. RGB value is (242,48,63). Sum of RGB (Red+Green+Blue) = 242+48+63=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2303F is #0DCFC0. Grayscale: #6B6B6B. Windows color (decimal): -905153 or 4141298. OLE color: 4141298.
HSL color Cylindrical-coordinate representation of color #F2303F: hue angle of 355.36º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2303F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 63 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.05 |
| HSL | 355.36º | 0.88% | 0.57% | - |
| HSV(B) | 355.36º | 0.8% | 0.95% | - |
| XYZ | 38.57 | 21.35 | 6.79 | - |
| YUV | 107.72 | 102.77 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 63 | 0 | 0.80 | 0.74 | 0.05 | 355.36 | 0.88 | 0.57 |
| Hex | F2 | 30 | 3F | 0 | 50 | 4A | 5 | 163 | 58 | 39 |
| Octal | 362 | 60 | 77 | 0 | 120 | 112 | 5 | 543 | 130 | 71 |
| Binary | 11110010 | 110000 | 111111 | 0 | 1010000 | 1001010 | 101 | 101100011 | 1011000 | 111001 |
Color Harmonies of #F2303F
Complementary color
Monochromatic Colors of #F2303F
Black with #F2303F
Text Example
Text Example
White with #F2303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2303F; }
p { color: rgb(242,48,63); }
H1.HeaderClassName
{
color: #F2303F;
}
.AnyTagClassName
{
color: #F2303F;
}
</style>
background-color css
<style>
a { background-color: #F2303F; }
a { background-color: rgb(242,48,63); }
div.DivClassName
{
background-color: #F2303F;
}
.BgClassName
{
background-color: #F2303F;
}
</style>
border-color css
<style>
span { border-color: #F2303F; }
span { border-color: rgb(242,48,63); }
td.TdClassName
{
border-color: #F2303F;
}
.TagClassName
{
border-color: #F2303F;
}
</style>