Shades of Alizarin #F8242F
Tints of Alizarin #F8242F
RGB
CMYK
RGB Variations
Color information
#F8242F (or 0xF8242F) is known color: Alizarin. HEX triplet: F8, 24 and 2F. RGB value is (248,36,47). Sum of RGB (Red+Green+Blue) = 248+36+47=331 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.92% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 248 - color contains mainly: red. Hex color #F8242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8242F is #07DBD0. Grayscale: #646464. Windows color (decimal): -515025 or 3089656. OLE color: 3089656.
HSL color Cylindrical-coordinate representation of color #F8242F: hue angle of 356.89º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8242F is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 47 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.03 |
| HSL | 356.89º | 0.94% | 0.56% | - |
| HSV(B) | 356.89º | 0.85% | 0.97% | - |
| XYZ | 39.86 | 21.42 | 4.72 | - |
| YUV | 100.64 | 97.74 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 47 | 0 | 0.85 | 0.81 | 0.03 | 356.89 | 0.94 | 0.56 |
| Hex | F8 | 24 | 2F | 0 | 55 | 51 | 3 | 165 | 5E | 38 |
| Octal | 370 | 44 | 57 | 0 | 125 | 121 | 3 | 545 | 136 | 70 |
| Binary | 11111000 | 100100 | 101111 | 0 | 1010101 | 1010001 | 11 | 101100101 | 1011110 | 111000 |
Color Harmonies of #F8242F
Complementary color
Monochromatic Colors of #F8242F
Black with #F8242F
Text Example
Text Example
White with #F8242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8242F; }
p { color: rgb(248,36,47); }
H1.HeaderClassName
{
color: #F8242F;
}
.AnyTagClassName
{
color: #F8242F;
}
</style>
background-color css
<style>
a { background-color: #F8242F; }
a { background-color: rgb(248,36,47); }
div.DivClassName
{
background-color: #F8242F;
}
.BgClassName
{
background-color: #F8242F;
}
</style>
border-color css
<style>
span { border-color: #F8242F; }
span { border-color: rgb(248,36,47); }
td.TdClassName
{
border-color: #F8242F;
}
.TagClassName
{
border-color: #F8242F;
}
</style>