Shades of Alizarin #F0262F
Tints of Alizarin #F0262F
RGB
CMYK
RGB Variations
Color information
#F0262F (or 0xF0262F) is known color: Alizarin. HEX triplet: F0, 26 and 2F. RGB value is (240,38,47). Sum of RGB (Red+Green+Blue) = 240+38+47=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F0262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0262F is #0FD9D0. Grayscale: #636363. Windows color (decimal): -1038801 or 3090160. OLE color: 3090160.
HSL color Cylindrical-coordinate representation of color #F0262F: hue angle of 357.33º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0262F is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 47 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.06 |
| HSL | 357.33º | 0.87% | 0.55% | - |
| HSV(B) | 357.33º | 0.84% | 0.94% | - |
| XYZ | 37.14 | 20.12 | 4.61 | - |
| YUV | 99.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 47 | 0 | 0.84 | 0.80 | 0.06 | 357.33 | 0.87 | 0.55 |
| Hex | F0 | 26 | 2F | 0 | 54 | 50 | 6 | 165 | 57 | 37 |
| Octal | 360 | 46 | 57 | 0 | 124 | 120 | 6 | 545 | 127 | 67 |
| Binary | 11110000 | 100110 | 101111 | 0 | 1010100 | 1010000 | 110 | 101100101 | 1010111 | 110111 |
Color Harmonies of #F0262F
Complementary color
Monochromatic Colors of #F0262F
Black with #F0262F
Text Example
Text Example
White with #F0262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0262F; }
p { color: rgb(240,38,47); }
H1.HeaderClassName
{
color: #F0262F;
}
.AnyTagClassName
{
color: #F0262F;
}
</style>
background-color css
<style>
a { background-color: #F0262F; }
a { background-color: rgb(240,38,47); }
div.DivClassName
{
background-color: #F0262F;
}
.BgClassName
{
background-color: #F0262F;
}
</style>
border-color css
<style>
span { border-color: #F0262F; }
span { border-color: rgb(240,38,47); }
td.TdClassName
{
border-color: #F0262F;
}
.TagClassName
{
border-color: #F0262F;
}
</style>