Shades of Radical Red #F83155
Tints of Radical Red #F83155
RGB
CMYK
RGB Variations
Color information
#F83155 (or 0xF83155) is known color: Radical Red. HEX triplet: F8, 31 and 55. RGB value is (248,49,85). Sum of RGB (Red+Green+Blue) = 248+49+85=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F83155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83155 is #07CEAA. Grayscale: #707070. Windows color (decimal): -511659 or 5583352. OLE color: 5583352.
HSL color Cylindrical-coordinate representation of color #F83155: hue angle of 349.15º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83155 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 85 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.03 |
| HSL | 349.15º | 0.93% | 0.58% | - |
| HSV(B) | 349.15º | 0.8% | 0.97% | - |
| XYZ | 41.45 | 22.81 | 10.81 | - |
| YUV | 112.61 | 112.43 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 85 | 0 | 0.80 | 0.66 | 0.03 | 349.15 | 0.93 | 0.58 |
| Hex | F8 | 31 | 55 | 0 | 50 | 42 | 3 | 15D | 5D | 3A |
| Octal | 370 | 61 | 125 | 0 | 120 | 102 | 3 | 535 | 135 | 72 |
| Binary | 11111000 | 110001 | 1010101 | 0 | 1010000 | 1000010 | 11 | 101011101 | 1011101 | 111010 |
Color Harmonies of #F83155
Complementary color
Monochromatic Colors of #F83155
Black with #F83155
Text Example
Text Example
White with #F83155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83155; }
p { color: rgb(248,49,85); }
H1.HeaderClassName
{
color: #F83155;
}
.AnyTagClassName
{
color: #F83155;
}
</style>
background-color css
<style>
a { background-color: #F83155; }
a { background-color: rgb(248,49,85); }
div.DivClassName
{
background-color: #F83155;
}
.BgClassName
{
background-color: #F83155;
}
</style>
border-color css
<style>
span { border-color: #F83155; }
span { border-color: rgb(248,49,85); }
td.TdClassName
{
border-color: #F83155;
}
.TagClassName
{
border-color: #F83155;
}
</style>