Shades of Alizarin #F8253F
Tints of Alizarin #F8253F
RGB
CMYK
RGB Variations
Color information
#F8253F (or 0xF8253F) is known color: Alizarin. HEX triplet: F8, 25 and 3F. RGB value is (248,37,63). Sum of RGB (Red+Green+Blue) = 248+37+63=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8253F is #07DAC0. Grayscale: #676767. Windows color (decimal): -514753 or 4138488. OLE color: 4138488.
HSL color Cylindrical-coordinate representation of color #F8253F: hue angle of 352.61º 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 #F8253F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 63 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.03 |
| HSL | 352.61º | 0.94% | 0.56% | - |
| HSV(B) | 352.61º | 0.85% | 0.97% | - |
| XYZ | 40.27 | 21.64 | 6.76 | - |
| YUV | 103.05 | 105.4 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 63 | 0 | 0.85 | 0.75 | 0.03 | 352.61 | 0.94 | 0.56 |
| Hex | F8 | 25 | 3F | 0 | 55 | 4B | 3 | 161 | 5E | 38 |
| Octal | 370 | 45 | 77 | 0 | 125 | 113 | 3 | 541 | 136 | 70 |
| Binary | 11111000 | 100101 | 111111 | 0 | 1010101 | 1001011 | 11 | 101100001 | 1011110 | 111000 |
Color Harmonies of #F8253F
Complementary color
Monochromatic Colors of #F8253F
Black with #F8253F
Text Example
Text Example
White with #F8253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8253F; }
p { color: rgb(248,37,63); }
H1.HeaderClassName
{
color: #F8253F;
}
.AnyTagClassName
{
color: #F8253F;
}
</style>
background-color css
<style>
a { background-color: #F8253F; }
a { background-color: rgb(248,37,63); }
div.DivClassName
{
background-color: #F8253F;
}
.BgClassName
{
background-color: #F8253F;
}
</style>
border-color css
<style>
span { border-color: #F8253F; }
span { border-color: rgb(248,37,63); }
td.TdClassName
{
border-color: #F8253F;
}
.TagClassName
{
border-color: #F8253F;
}
</style>