Shades of Alizarin #F8323F
Tints of Alizarin #F8323F
RGB
CMYK
RGB Variations
Color information
#F8323F (or 0xF8323F) is known color: Alizarin. HEX triplet: F8, 32 and 3F. RGB value is (248,50,63). Sum of RGB (Red+Green+Blue) = 248+50+63=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8323F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8323F is #07CDC0. Grayscale: #6E6E6E. Windows color (decimal): -511425 or 4141816. OLE color: 4141816.
HSL color Cylindrical-coordinate representation of color #F8323F: hue angle of 356.06º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8323F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 63 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.03 |
| HSL | 356.06º | 0.93% | 0.58% | - |
| HSV(B) | 356.06º | 0.8% | 0.97% | - |
| XYZ | 40.75 | 22.6 | 6.92 | - |
| YUV | 110.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 63 | 0 | 0.80 | 0.75 | 0.03 | 356.06 | 0.93 | 0.58 |
| Hex | F8 | 32 | 3F | 0 | 50 | 4B | 3 | 164 | 5D | 3A |
| Octal | 370 | 62 | 77 | 0 | 120 | 113 | 3 | 544 | 135 | 72 |
| Binary | 11111000 | 110010 | 111111 | 0 | 1010000 | 1001011 | 11 | 101100100 | 1011101 | 111010 |
Color Harmonies of #F8323F
Complementary color
Monochromatic Colors of #F8323F
Black with #F8323F
Text Example
Text Example
White with #F8323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8323F; }
p { color: rgb(248,50,63); }
H1.HeaderClassName
{
color: #F8323F;
}
.AnyTagClassName
{
color: #F8323F;
}
</style>
background-color css
<style>
a { background-color: #F8323F; }
a { background-color: rgb(248,50,63); }
div.DivClassName
{
background-color: #F8323F;
}
.BgClassName
{
background-color: #F8323F;
}
</style>
border-color css
<style>
span { border-color: #F8323F; }
span { border-color: rgb(248,50,63); }
td.TdClassName
{
border-color: #F8323F;
}
.TagClassName
{
border-color: #F8323F;
}
</style>