Shades of Alizarin #F3303C
Tints of Alizarin #F3303C
RGB
CMYK
RGB Variations
Color information
#F3303C (or 0xF3303C) is known color: Alizarin. HEX triplet: F3, 30 and 3C. RGB value is (243,48,60). Sum of RGB (Red+Green+Blue) = 243+48+60=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F3303C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3303C is #0CCFC3. Grayscale: #6B6B6B. Windows color (decimal): -839620 or 3944691. OLE color: 3944691.
HSL color Cylindrical-coordinate representation of color #F3303C: hue angle of 356.31º 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 #F3303C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 60 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.05 |
| HSL | 356.31º | 0.89% | 0.57% | - |
| HSV(B) | 356.31º | 0.8% | 0.95% | - |
| XYZ | 38.83 | 21.49 | 6.38 | - |
| YUV | 107.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 60 | 0 | 0.80 | 0.75 | 0.05 | 356.31 | 0.89 | 0.57 |
| Hex | F3 | 30 | 3C | 0 | 50 | 4B | 5 | 164 | 59 | 39 |
| Octal | 363 | 60 | 74 | 0 | 120 | 113 | 5 | 544 | 131 | 71 |
| Binary | 11110011 | 110000 | 111100 | 0 | 1010000 | 1001011 | 101 | 101100100 | 1011001 | 111001 |
Color Harmonies of #F3303C
Complementary color
Monochromatic Colors of #F3303C
Black with #F3303C
Text Example
Text Example
White with #F3303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3303C; }
p { color: rgb(243,48,60); }
H1.HeaderClassName
{
color: #F3303C;
}
.AnyTagClassName
{
color: #F3303C;
}
</style>
background-color css
<style>
a { background-color: #F3303C; }
a { background-color: rgb(243,48,60); }
div.DivClassName
{
background-color: #F3303C;
}
.BgClassName
{
background-color: #F3303C;
}
</style>
border-color css
<style>
span { border-color: #F3303C; }
span { border-color: rgb(243,48,60); }
td.TdClassName
{
border-color: #F3303C;
}
.TagClassName
{
border-color: #F3303C;
}
</style>