Shades of Alizarin #F8283F
Tints of Alizarin #F8283F
RGB
CMYK
RGB Variations
Color information
#F8283F (or 0xF8283F) is known color: Alizarin. HEX triplet: F8, 28 and 3F. RGB value is (248,40,63). Sum of RGB (Red+Green+Blue) = 248+40+63=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F8283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8283F is #07D7C0. Grayscale: #686868. Windows color (decimal): -513985 or 4139256. OLE color: 4139256.
HSL color Cylindrical-coordinate representation of color #F8283F: hue angle of 353.37º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8283F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 63 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.03 |
| HSL | 353.37º | 0.94% | 0.56% | - |
| HSV(B) | 353.37º | 0.84% | 0.97% | - |
| XYZ | 40.37 | 21.83 | 6.79 | - |
| YUV | 104.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 63 | 0 | 0.84 | 0.75 | 0.03 | 353.37 | 0.94 | 0.56 |
| Hex | F8 | 28 | 3F | 0 | 54 | 4B | 3 | 161 | 5E | 38 |
| Octal | 370 | 50 | 77 | 0 | 124 | 113 | 3 | 541 | 136 | 70 |
| Binary | 11111000 | 101000 | 111111 | 0 | 1010100 | 1001011 | 11 | 101100001 | 1011110 | 111000 |
Color Harmonies of #F8283F
Complementary color
Monochromatic Colors of #F8283F
Black with #F8283F
Text Example
Text Example
White with #F8283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8283F; }
p { color: rgb(248,40,63); }
H1.HeaderClassName
{
color: #F8283F;
}
.AnyTagClassName
{
color: #F8283F;
}
</style>
background-color css
<style>
a { background-color: #F8283F; }
a { background-color: rgb(248,40,63); }
div.DivClassName
{
background-color: #F8283F;
}
.BgClassName
{
background-color: #F8283F;
}
</style>
border-color css
<style>
span { border-color: #F8283F; }
span { border-color: rgb(248,40,63); }
td.TdClassName
{
border-color: #F8283F;
}
.TagClassName
{
border-color: #F8283F;
}
</style>