Shades of Radical Red #F85255
Tints of Radical Red #F85255
RGB
CMYK
RGB Variations
Color information
#F85255 (or 0xF85255) is known color: Radical Red. HEX triplet: F8, 52 and 55. RGB value is (248,82,85). Sum of RGB (Red+Green+Blue) = 248+82+85=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F85255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85255 is #07ADAA. Grayscale: #848484. Windows color (decimal): -503211 or 5591800. OLE color: 5591800.
HSL color Cylindrical-coordinate representation of color #F85255: hue angle of 358.92º 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 #F85255 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 85 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.03 |
| HSL | 358.92º | 0.92% | 0.65% | - |
| HSV(B) | 358.92º | 0.67% | 0.97% | - |
| XYZ | 43.37 | 26.65 | 11.45 | - |
| YUV | 131.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 85 | 0 | 0.67 | 0.66 | 0.03 | 358.92 | 0.92 | 0.65 |
| Hex | F8 | 52 | 55 | 0 | 43 | 42 | 3 | 167 | 5C | 41 |
| Octal | 370 | 122 | 125 | 0 | 103 | 102 | 3 | 547 | 134 | 101 |
| Binary | 11111000 | 1010010 | 1010101 | 0 | 1000011 | 1000010 | 11 | 101100111 | 1011100 | 1000001 |
Color Harmonies of #F85255
Complementary color
Monochromatic Colors of #F85255
Black with #F85255
Text Example
Text Example
White with #F85255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85255; }
p { color: rgb(248,82,85); }
H1.HeaderClassName
{
color: #F85255;
}
.AnyTagClassName
{
color: #F85255;
}
</style>
background-color css
<style>
a { background-color: #F85255; }
a { background-color: rgb(248,82,85); }
div.DivClassName
{
background-color: #F85255;
}
.BgClassName
{
background-color: #F85255;
}
</style>
border-color css
<style>
span { border-color: #F85255; }
span { border-color: rgb(248,82,85); }
td.TdClassName
{
border-color: #F85255;
}
.TagClassName
{
border-color: #F85255;
}
</style>