Shades of Alizarin #F8333B
Tints of Alizarin #F8333B
RGB
CMYK
RGB Variations
Color information
#F8333B (or 0xF8333B) is known color: Alizarin. HEX triplet: F8, 33 and 3B. RGB value is (248,51,59). Sum of RGB (Red+Green+Blue) = 248+51+59=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8333B is #07CCC4. Grayscale: #6E6E6E. Windows color (decimal): -511173 or 3879928. OLE color: 3879928.
HSL color Cylindrical-coordinate representation of color #F8333B: hue angle of 357.56º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8333B is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 59 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.03 |
| HSL | 357.56º | 0.93% | 0.59% | - |
| HSV(B) | 357.56º | 0.79% | 0.97% | - |
| XYZ | 40.68 | 22.64 | 6.36 | - |
| YUV | 110.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 59 | 0 | 0.79 | 0.76 | 0.03 | 357.56 | 0.93 | 0.59 |
| Hex | F8 | 33 | 3B | 0 | 4F | 4C | 3 | 166 | 5D | 3B |
| Octal | 370 | 63 | 73 | 0 | 117 | 114 | 3 | 546 | 135 | 73 |
| Binary | 11111000 | 110011 | 111011 | 0 | 1001111 | 1001100 | 11 | 101100110 | 1011101 | 111011 |
Color Harmonies of #F8333B
Complementary color
Monochromatic Colors of #F8333B
Black with #F8333B
Text Example
Text Example
White with #F8333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8333B; }
p { color: rgb(248,51,59); }
H1.HeaderClassName
{
color: #F8333B;
}
.AnyTagClassName
{
color: #F8333B;
}
</style>
background-color css
<style>
a { background-color: #F8333B; }
a { background-color: rgb(248,51,59); }
div.DivClassName
{
background-color: #F8333B;
}
.BgClassName
{
background-color: #F8333B;
}
</style>
border-color css
<style>
span { border-color: #F8333B; }
span { border-color: rgb(248,51,59); }
td.TdClassName
{
border-color: #F8333B;
}
.TagClassName
{
border-color: #F8333B;
}
</style>