Shades of Radical Red #F85256
Tints of Radical Red #F85256
RGB
CMYK
RGB Variations
Color information
#F85256 (or 0xF85256) is known color: Radical Red. HEX triplet: F8, 52 and 56. RGB value is (248,82,86). Sum of RGB (Red+Green+Blue) = 248+82+86=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F85256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85256 is #07ADA9. Grayscale: #848484. Windows color (decimal): -503210 or 5657336. OLE color: 5657336.
HSL color Cylindrical-coordinate representation of color #F85256: hue angle of 358.55º 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 #F85256 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 86 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.03 |
| HSL | 358.55º | 0.92% | 0.65% | - |
| HSV(B) | 358.55º | 0.67% | 0.97% | - |
| XYZ | 43.41 | 26.66 | 11.66 | - |
| YUV | 132.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 86 | 0 | 0.67 | 0.65 | 0.03 | 358.55 | 0.92 | 0.65 |
| Hex | F8 | 52 | 56 | 0 | 43 | 41 | 3 | 167 | 5C | 41 |
| Octal | 370 | 122 | 126 | 0 | 103 | 101 | 3 | 547 | 134 | 101 |
| Binary | 11111000 | 1010010 | 1010110 | 0 | 1000011 | 1000001 | 11 | 101100111 | 1011100 | 1000001 |
Color Harmonies of #F85256
Complementary color
Monochromatic Colors of #F85256
Black with #F85256
Text Example
Text Example
White with #F85256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85256; }
p { color: rgb(248,82,86); }
H1.HeaderClassName
{
color: #F85256;
}
.AnyTagClassName
{
color: #F85256;
}
</style>
background-color css
<style>
a { background-color: #F85256; }
a { background-color: rgb(248,82,86); }
div.DivClassName
{
background-color: #F85256;
}
.BgClassName
{
background-color: #F85256;
}
</style>
border-color css
<style>
span { border-color: #F85256; }
span { border-color: rgb(248,82,86); }
td.TdClassName
{
border-color: #F85256;
}
.TagClassName
{
border-color: #F85256;
}
</style>