Shades of Alizarin #F3303E
Tints of Alizarin #F3303E
RGB
CMYK
RGB Variations
Color information
#F3303E (or 0xF3303E) is known color: Alizarin. HEX triplet: F3, 30 and 3E. RGB value is (243,48,62). Sum of RGB (Red+Green+Blue) = 243+48+62=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3303E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3303E is #0CCFC1. Grayscale: #6C6C6C. Windows color (decimal): -839618 or 4075763. OLE color: 4075763.
HSL color Cylindrical-coordinate representation of color #F3303E: hue angle of 355.69º degrees, saturation: 0.89, 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 #F3303E is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 62 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.05 |
| HSL | 355.69º | 0.89% | 0.57% | - |
| HSV(B) | 355.69º | 0.8% | 0.95% | - |
| XYZ | 38.89 | 21.52 | 6.66 | - |
| YUV | 107.9 | 102.1 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 62 | 0 | 0.80 | 0.74 | 0.05 | 355.69 | 0.89 | 0.57 |
| Hex | F3 | 30 | 3E | 0 | 50 | 4A | 5 | 164 | 59 | 39 |
| Octal | 363 | 60 | 76 | 0 | 120 | 112 | 5 | 544 | 131 | 71 |
| Binary | 11110011 | 110000 | 111110 | 0 | 1010000 | 1001010 | 101 | 101100100 | 1011001 | 111001 |
Color Harmonies of #F3303E
Complementary color
Monochromatic Colors of #F3303E
Black with #F3303E
Text Example
Text Example
White with #F3303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3303E; }
p { color: rgb(243,48,62); }
H1.HeaderClassName
{
color: #F3303E;
}
.AnyTagClassName
{
color: #F3303E;
}
</style>
background-color css
<style>
a { background-color: #F3303E; }
a { background-color: rgb(243,48,62); }
div.DivClassName
{
background-color: #F3303E;
}
.BgClassName
{
background-color: #F3303E;
}
</style>
border-color css
<style>
span { border-color: #F3303E; }
span { border-color: rgb(243,48,62); }
td.TdClassName
{
border-color: #F3303E;
}
.TagClassName
{
border-color: #F3303E;
}
</style>