Shades of Alizarin #F03B3C
Tints of Alizarin #F03B3C
RGB
CMYK
RGB Variations
Color information
#F03B3C (or 0xF03B3C) is known color: Alizarin. HEX triplet: F0, 3B and 3C. RGB value is (240,59,60). Sum of RGB (Red+Green+Blue) = 240+59+60=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03B3C is #0FC4C3. Grayscale: #717171. Windows color (decimal): -1033412 or 3947504. OLE color: 3947504.
HSL color Cylindrical-coordinate representation of color #F03B3C: hue angle of 359.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03B3C is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 59 | 60 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.06 |
| HSL | 359.67º | 0.86% | 0.59% | - |
| HSV(B) | 359.67º | 0.75% | 0.94% | - |
| XYZ | 38.31 | 21.98 | 6.5 | - |
| YUV | 113.23 | 97.97 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 60 | 0 | 0.75 | 0.75 | 0.06 | 359.67 | 0.86 | 0.59 |
| Hex | F0 | 3B | 3C | 0 | 4B | 4B | 6 | 168 | 56 | 3B |
| Octal | 360 | 73 | 74 | 0 | 113 | 113 | 6 | 550 | 126 | 73 |
| Binary | 11110000 | 111011 | 111100 | 0 | 1001011 | 1001011 | 110 | 101101000 | 1010110 | 111011 |
Color Harmonies of #F03B3C
Complementary color
Monochromatic Colors of #F03B3C
Black with #F03B3C
Text Example
Text Example
White with #F03B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03B3C; }
p { color: rgb(240,59,60); }
H1.HeaderClassName
{
color: #F03B3C;
}
.AnyTagClassName
{
color: #F03B3C;
}
</style>
background-color css
<style>
a { background-color: #F03B3C; }
a { background-color: rgb(240,59,60); }
div.DivClassName
{
background-color: #F03B3C;
}
.BgClassName
{
background-color: #F03B3C;
}
</style>
border-color css
<style>
span { border-color: #F03B3C; }
span { border-color: rgb(240,59,60); }
td.TdClassName
{
border-color: #F03B3C;
}
.TagClassName
{
border-color: #F03B3C;
}
</style>