Shades of Radical Red #F85051
Tints of Radical Red #F85051
RGB
CMYK
RGB Variations
Color information
#F85051 (or 0xF85051) is known color: Radical Red. HEX triplet: F8, 50 and 51. RGB value is (248,80,81). Sum of RGB (Red+Green+Blue) = 248+80+81=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F85051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85051 is #07AFAE. Grayscale: #828282. Windows color (decimal): -503727 or 5329144. OLE color: 5329144.
HSL color Cylindrical-coordinate representation of color #F85051: hue angle of 359.64º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F85051 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 81 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.03 |
| HSL | 359.64º | 0.92% | 0.64% | - |
| HSV(B) | 359.64º | 0.68% | 0.97% | - |
| XYZ | 43.07 | 26.29 | 10.59 | - |
| YUV | 130.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 81 | 0 | 0.68 | 0.67 | 0.03 | 359.64 | 0.92 | 0.64 |
| Hex | F8 | 50 | 51 | 0 | 44 | 43 | 3 | 168 | 5C | 40 |
| Octal | 370 | 120 | 121 | 0 | 104 | 103 | 3 | 550 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1010001 | 0 | 1000100 | 1000011 | 11 | 101101000 | 1011100 | 1000000 |
Color Harmonies of #F85051
Complementary color
Monochromatic Colors of #F85051
Black with #F85051
Text Example
Text Example
White with #F85051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85051; }
p { color: rgb(248,80,81); }
H1.HeaderClassName
{
color: #F85051;
}
.AnyTagClassName
{
color: #F85051;
}
</style>
background-color css
<style>
a { background-color: #F85051; }
a { background-color: rgb(248,80,81); }
div.DivClassName
{
background-color: #F85051;
}
.BgClassName
{
background-color: #F85051;
}
</style>
border-color css
<style>
span { border-color: #F85051; }
span { border-color: rgb(248,80,81); }
td.TdClassName
{
border-color: #F85051;
}
.TagClassName
{
border-color: #F85051;
}
</style>