Shades of Radical Red #F83955
Tints of Radical Red #F83955
RGB
CMYK
RGB Variations
Color information
#F83955 (or 0xF83955) is known color: Radical Red. HEX triplet: F8, 39 and 55. RGB value is (248,57,85). Sum of RGB (Red+Green+Blue) = 248+57+85=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F83955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83955 is #07C6AA. Grayscale: #757575. Windows color (decimal): -509611 or 5585400. OLE color: 5585400.
HSL color Cylindrical-coordinate representation of color #F83955: hue angle of 351.2º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83955 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 85 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.03 |
| HSL | 351.2º | 0.93% | 0.6% | - |
| HSV(B) | 351.2º | 0.77% | 0.97% | - |
| XYZ | 41.81 | 23.54 | 10.93 | - |
| YUV | 117.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 85 | 0 | 0.77 | 0.66 | 0.03 | 351.2 | 0.93 | 0.6 |
| Hex | F8 | 39 | 55 | 0 | 4D | 42 | 3 | 15F | 5D | 3C |
| Octal | 370 | 71 | 125 | 0 | 115 | 102 | 3 | 537 | 135 | 74 |
| Binary | 11111000 | 111001 | 1010101 | 0 | 1001101 | 1000010 | 11 | 101011111 | 1011101 | 111100 |
Color Harmonies of #F83955
Complementary color
Monochromatic Colors of #F83955
Black with #F83955
Text Example
Text Example
White with #F83955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83955; }
p { color: rgb(248,57,85); }
H1.HeaderClassName
{
color: #F83955;
}
.AnyTagClassName
{
color: #F83955;
}
</style>
background-color css
<style>
a { background-color: #F83955; }
a { background-color: rgb(248,57,85); }
div.DivClassName
{
background-color: #F83955;
}
.BgClassName
{
background-color: #F83955;
}
</style>
border-color css
<style>
span { border-color: #F83955; }
span { border-color: rgb(248,57,85); }
td.TdClassName
{
border-color: #F83955;
}
.TagClassName
{
border-color: #F83955;
}
</style>