Shades of Alizarin #F0263E
Tints of Alizarin #F0263E
RGB
CMYK
RGB Variations
Color information
#F0263E (or 0xF0263E) is known color: Alizarin. HEX triplet: F0, 26 and 3E. RGB value is (240,38,62). Sum of RGB (Red+Green+Blue) = 240+38+62=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0263E is #0FD9C1. Grayscale: #656565. Windows color (decimal): -1038786 or 4073200. OLE color: 4073200.
HSL color Cylindrical-coordinate representation of color #F0263E: hue angle of 352.87º 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 #F0263E is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 62 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.06 |
| HSL | 352.87º | 0.87% | 0.55% | - |
| HSV(B) | 352.87º | 0.84% | 0.94% | - |
| XYZ | 37.5 | 20.26 | 6.49 | - |
| YUV | 101.13 | 105.92 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 62 | 0 | 0.84 | 0.74 | 0.06 | 352.87 | 0.87 | 0.55 |
| Hex | F0 | 26 | 3E | 0 | 54 | 4A | 6 | 161 | 57 | 37 |
| Octal | 360 | 46 | 76 | 0 | 124 | 112 | 6 | 541 | 127 | 67 |
| Binary | 11110000 | 100110 | 111110 | 0 | 1010100 | 1001010 | 110 | 101100001 | 1010111 | 110111 |
Color Harmonies of #F0263E
Complementary color
Monochromatic Colors of #F0263E
Black with #F0263E
Text Example
Text Example
White with #F0263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0263E; }
p { color: rgb(240,38,62); }
H1.HeaderClassName
{
color: #F0263E;
}
.AnyTagClassName
{
color: #F0263E;
}
</style>
background-color css
<style>
a { background-color: #F0263E; }
a { background-color: rgb(240,38,62); }
div.DivClassName
{
background-color: #F0263E;
}
.BgClassName
{
background-color: #F0263E;
}
</style>
border-color css
<style>
span { border-color: #F0263E; }
span { border-color: rgb(240,38,62); }
td.TdClassName
{
border-color: #F0263E;
}
.TagClassName
{
border-color: #F0263E;
}
</style>