Shades of Alizarin #F03341
Tints of Alizarin #F03341
RGB
CMYK
RGB Variations
Color information
#F03341 (or 0xF03341) is known color: Alizarin. HEX triplet: F0, 33 and 41. RGB value is (240,51,65). Sum of RGB (Red+Green+Blue) = 240+51+65=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F03341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03341 is #0FCCBE. Grayscale: #6D6D6D. Windows color (decimal): -1035455 or 4273136. OLE color: 4273136.
HSL color Cylindrical-coordinate representation of color #F03341: hue angle of 355.56º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03341 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 65 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.06 |
| HSL | 355.56º | 0.86% | 0.57% | - |
| HSV(B) | 355.56º | 0.79% | 0.94% | - |
| XYZ | 38.07 | 21.27 | 7.1 | - |
| YUV | 109.11 | 103.12 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 65 | 0 | 0.79 | 0.73 | 0.06 | 355.56 | 0.86 | 0.57 |
| Hex | F0 | 33 | 41 | 0 | 4F | 49 | 6 | 164 | 56 | 39 |
| Octal | 360 | 63 | 101 | 0 | 117 | 111 | 6 | 544 | 126 | 71 |
| Binary | 11110000 | 110011 | 1000001 | 0 | 1001111 | 1001001 | 110 | 101100100 | 1010110 | 111001 |
Color Harmonies of #F03341
Complementary color
Monochromatic Colors of #F03341
Black with #F03341
Text Example
Text Example
White with #F03341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03341; }
p { color: rgb(240,51,65); }
H1.HeaderClassName
{
color: #F03341;
}
.AnyTagClassName
{
color: #F03341;
}
</style>
background-color css
<style>
a { background-color: #F03341; }
a { background-color: rgb(240,51,65); }
div.DivClassName
{
background-color: #F03341;
}
.BgClassName
{
background-color: #F03341;
}
</style>
border-color css
<style>
span { border-color: #F03341; }
span { border-color: rgb(240,51,65); }
td.TdClassName
{
border-color: #F03341;
}
.TagClassName
{
border-color: #F03341;
}
</style>