Shades of Radical Red #F85156
Tints of Radical Red #F85156
RGB
CMYK
RGB Variations
Color information
#F85156 (or 0xF85156) is known color: Radical Red. HEX triplet: F8, 51 and 56. RGB value is (248,81,86). Sum of RGB (Red+Green+Blue) = 248+81+86=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F85156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85156 is #07AEA9. Grayscale: #838383. Windows color (decimal): -503466 or 5657080. OLE color: 5657080.
HSL color Cylindrical-coordinate representation of color #F85156: hue angle of 358.2º 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 #F85156 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 86 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.03 |
| HSL | 358.2º | 0.92% | 0.65% | - |
| HSV(B) | 358.2º | 0.67% | 0.97% | - |
| XYZ | 43.33 | 26.51 | 11.64 | - |
| YUV | 131.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 86 | 0 | 0.67 | 0.65 | 0.03 | 358.2 | 0.92 | 0.65 |
| Hex | F8 | 51 | 56 | 0 | 43 | 41 | 3 | 166 | 5C | 41 |
| Octal | 370 | 121 | 126 | 0 | 103 | 101 | 3 | 546 | 134 | 101 |
| Binary | 11111000 | 1010001 | 1010110 | 0 | 1000011 | 1000001 | 11 | 101100110 | 1011100 | 1000001 |
Color Harmonies of #F85156
Complementary color
Monochromatic Colors of #F85156
Black with #F85156
Text Example
Text Example
White with #F85156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85156; }
p { color: rgb(248,81,86); }
H1.HeaderClassName
{
color: #F85156;
}
.AnyTagClassName
{
color: #F85156;
}
</style>
background-color css
<style>
a { background-color: #F85156; }
a { background-color: rgb(248,81,86); }
div.DivClassName
{
background-color: #F85156;
}
.BgClassName
{
background-color: #F85156;
}
</style>
border-color css
<style>
span { border-color: #F85156; }
span { border-color: rgb(248,81,86); }
td.TdClassName
{
border-color: #F85156;
}
.TagClassName
{
border-color: #F85156;
}
</style>