Shades of Alizarin #F0263F
Tints of Alizarin #F0263F
RGB
CMYK
RGB Variations
Color information
#F0263F (or 0xF0263F) is known color: Alizarin. HEX triplet: F0, 26 and 3F. RGB value is (240,38,63). Sum of RGB (Red+Green+Blue) = 240+38+63=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F0263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0263F is #0FD9C0. Grayscale: #656565. Windows color (decimal): -1038785 or 4138736. OLE color: 4138736.
HSL color Cylindrical-coordinate representation of color #F0263F: hue angle of 352.57º 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 #F0263F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 63 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.06 |
| HSL | 352.57º | 0.87% | 0.55% | - |
| HSV(B) | 352.57º | 0.84% | 0.94% | - |
| XYZ | 37.53 | 20.27 | 6.64 | - |
| YUV | 101.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 63 | 0 | 0.84 | 0.74 | 0.06 | 352.57 | 0.87 | 0.55 |
| Hex | F0 | 26 | 3F | 0 | 54 | 4A | 6 | 161 | 57 | 37 |
| Octal | 360 | 46 | 77 | 0 | 124 | 112 | 6 | 541 | 127 | 67 |
| Binary | 11110000 | 100110 | 111111 | 0 | 1010100 | 1001010 | 110 | 101100001 | 1010111 | 110111 |
Color Harmonies of #F0263F
Complementary color
Monochromatic Colors of #F0263F
Black with #F0263F
Text Example
Text Example
White with #F0263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0263F; }
p { color: rgb(240,38,63); }
H1.HeaderClassName
{
color: #F0263F;
}
.AnyTagClassName
{
color: #F0263F;
}
</style>
background-color css
<style>
a { background-color: #F0263F; }
a { background-color: rgb(240,38,63); }
div.DivClassName
{
background-color: #F0263F;
}
.BgClassName
{
background-color: #F0263F;
}
</style>
border-color css
<style>
span { border-color: #F0263F; }
span { border-color: rgb(240,38,63); }
td.TdClassName
{
border-color: #F0263F;
}
.TagClassName
{
border-color: #F0263F;
}
</style>