Shades of Radical Red #F8515B
Tints of Radical Red #F8515B
RGB
CMYK
RGB Variations
Color information
#F8515B (or 0xF8515B) is known color: Radical Red. HEX triplet: F8, 51 and 5B. RGB value is (248,81,91). Sum of RGB (Red+Green+Blue) = 248+81+91=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8515B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8515B is #07AEA4. Grayscale: #848484. Windows color (decimal): -503461 or 5984760. OLE color: 5984760.
HSL color Cylindrical-coordinate representation of color #F8515B: hue angle of 356.41º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8515B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 91 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.03 |
| HSL | 356.41º | 0.92% | 0.65% | - |
| HSV(B) | 356.41º | 0.67% | 0.97% | - |
| XYZ | 43.54 | 26.6 | 12.74 | - |
| YUV | 132.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 91 | 0 | 0.67 | 0.63 | 0.03 | 356.41 | 0.92 | 0.65 |
| Hex | F8 | 51 | 5B | 0 | 43 | 3F | 3 | 164 | 5C | 41 |
| Octal | 370 | 121 | 133 | 0 | 103 | 77 | 3 | 544 | 134 | 101 |
| Binary | 11111000 | 1010001 | 1011011 | 0 | 1000011 | 111111 | 11 | 101100100 | 1011100 | 1000001 |
Color Harmonies of #F8515B
Complementary color
Monochromatic Colors of #F8515B
Black with #F8515B
Text Example
Text Example
White with #F8515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8515B; }
p { color: rgb(248,81,91); }
H1.HeaderClassName
{
color: #F8515B;
}
.AnyTagClassName
{
color: #F8515B;
}
</style>
background-color css
<style>
a { background-color: #F8515B; }
a { background-color: rgb(248,81,91); }
div.DivClassName
{
background-color: #F8515B;
}
.BgClassName
{
background-color: #F8515B;
}
</style>
border-color css
<style>
span { border-color: #F8515B; }
span { border-color: rgb(248,81,91); }
td.TdClassName
{
border-color: #F8515B;
}
.TagClassName
{
border-color: #F8515B;
}
</style>