Shades of Alizarin #F0283D
Tints of Alizarin #F0283D
RGB
CMYK
RGB Variations
Color information
#F0283D (or 0xF0283D) is known color: Alizarin. HEX triplet: F0, 28 and 3D. RGB value is (240,40,61). Sum of RGB (Red+Green+Blue) = 240+40+61=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0283D is #0FD7C2. Grayscale: #666666. Windows color (decimal): -1038275 or 4008176. OLE color: 4008176.
HSL color Cylindrical-coordinate representation of color #F0283D: hue angle of 353.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0283D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 61 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.06 |
| HSL | 353.7º | 0.87% | 0.55% | - |
| HSV(B) | 353.7º | 0.83% | 0.94% | - |
| XYZ | 37.54 | 20.38 | 6.37 | - |
| YUV | 102.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 61 | 0 | 0.83 | 0.75 | 0.06 | 353.7 | 0.87 | 0.55 |
| Hex | F0 | 28 | 3D | 0 | 53 | 4B | 6 | 162 | 57 | 37 |
| Octal | 360 | 50 | 75 | 0 | 123 | 113 | 6 | 542 | 127 | 67 |
| Binary | 11110000 | 101000 | 111101 | 0 | 1010011 | 1001011 | 110 | 101100010 | 1010111 | 110111 |
Color Harmonies of #F0283D
Complementary color
Monochromatic Colors of #F0283D
Black with #F0283D
Text Example
Text Example
White with #F0283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0283D; }
p { color: rgb(240,40,61); }
H1.HeaderClassName
{
color: #F0283D;
}
.AnyTagClassName
{
color: #F0283D;
}
</style>
background-color css
<style>
a { background-color: #F0283D; }
a { background-color: rgb(240,40,61); }
div.DivClassName
{
background-color: #F0283D;
}
.BgClassName
{
background-color: #F0283D;
}
</style>
border-color css
<style>
span { border-color: #F0283D; }
span { border-color: rgb(240,40,61); }
td.TdClassName
{
border-color: #F0283D;
}
.TagClassName
{
border-color: #F0283D;
}
</style>