Shades of Alizarin #F3333C
Tints of Alizarin #F3333C
RGB
CMYK
RGB Variations
Color information
#F3333C (or 0xF3333C) is known color: Alizarin. HEX triplet: F3, 33 and 3C. RGB value is (243,51,60). Sum of RGB (Red+Green+Blue) = 243+51+60=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3333C is #0CCCC3. Grayscale: #6D6D6D. Windows color (decimal): -838852 or 3945459. OLE color: 3945459.
HSL color Cylindrical-coordinate representation of color #F3333C: hue angle of 357.19º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3333C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 60 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.05 |
| HSL | 357.19º | 0.89% | 0.58% | - |
| HSV(B) | 357.19º | 0.79% | 0.95% | - |
| XYZ | 38.96 | 21.75 | 6.42 | - |
| YUV | 109.43 | 100.11 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 60 | 0 | 0.79 | 0.75 | 0.05 | 357.19 | 0.89 | 0.58 |
| Hex | F3 | 33 | 3C | 0 | 4F | 4B | 5 | 165 | 59 | 3A |
| Octal | 363 | 63 | 74 | 0 | 117 | 113 | 5 | 545 | 131 | 72 |
| Binary | 11110011 | 110011 | 111100 | 0 | 1001111 | 1001011 | 101 | 101100101 | 1011001 | 111010 |
Color Harmonies of #F3333C
Complementary color
Monochromatic Colors of #F3333C
Black with #F3333C
Text Example
Text Example
White with #F3333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3333C; }
p { color: rgb(243,51,60); }
H1.HeaderClassName
{
color: #F3333C;
}
.AnyTagClassName
{
color: #F3333C;
}
</style>
background-color css
<style>
a { background-color: #F3333C; }
a { background-color: rgb(243,51,60); }
div.DivClassName
{
background-color: #F3333C;
}
.BgClassName
{
background-color: #F3333C;
}
</style>
border-color css
<style>
span { border-color: #F3333C; }
span { border-color: rgb(243,51,60); }
td.TdClassName
{
border-color: #F3333C;
}
.TagClassName
{
border-color: #F3333C;
}
</style>