Shades of Alizarin #F8393D
Tints of Alizarin #F8393D
RGB
CMYK
RGB Variations
Color information
#F8393D (or 0xF8393D) is known color: Alizarin. HEX triplet: F8, 39 and 3D. RGB value is (248,57,61). Sum of RGB (Red+Green+Blue) = 248+57+61=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8393D is #07C6C2. Grayscale: #727272. Windows color (decimal): -509635 or 4012536. OLE color: 4012536.
HSL color Cylindrical-coordinate representation of color #F8393D: hue angle of 358.74º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8393D is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 61 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.03 |
| HSL | 358.74º | 0.93% | 0.6% | - |
| HSV(B) | 358.74º | 0.77% | 0.97% | - |
| XYZ | 41.02 | 23.22 | 6.73 | - |
| YUV | 114.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 61 | 0 | 0.77 | 0.75 | 0.03 | 358.74 | 0.93 | 0.6 |
| Hex | F8 | 39 | 3D | 0 | 4D | 4B | 3 | 167 | 5D | 3C |
| Octal | 370 | 71 | 75 | 0 | 115 | 113 | 3 | 547 | 135 | 74 |
| Binary | 11111000 | 111001 | 111101 | 0 | 1001101 | 1001011 | 11 | 101100111 | 1011101 | 111100 |
Color Harmonies of #F8393D
Complementary color
Monochromatic Colors of #F8393D
Black with #F8393D
Text Example
Text Example
White with #F8393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8393D; }
p { color: rgb(248,57,61); }
H1.HeaderClassName
{
color: #F8393D;
}
.AnyTagClassName
{
color: #F8393D;
}
</style>
background-color css
<style>
a { background-color: #F8393D; }
a { background-color: rgb(248,57,61); }
div.DivClassName
{
background-color: #F8393D;
}
.BgClassName
{
background-color: #F8393D;
}
</style>
border-color css
<style>
span { border-color: #F8393D; }
span { border-color: rgb(248,57,61); }
td.TdClassName
{
border-color: #F8393D;
}
.TagClassName
{
border-color: #F8393D;
}
</style>