Shades of Radical Red #F83560
Tints of Radical Red #F83560
RGB
CMYK
RGB Variations
Color information
#F83560 (or 0xF83560) is known color: Radical Red. HEX triplet: F8, 35 and 60. RGB value is (248,53,96). Sum of RGB (Red+Green+Blue) = 248+53+96=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F83560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83560 is #07CA9F. Grayscale: #747474. Windows color (decimal): -510624 or 6305272. OLE color: 6305272.
HSL color Cylindrical-coordinate representation of color #F83560: hue angle of 346.77º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83560 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 96 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.03 |
| HSL | 346.77º | 0.93% | 0.59% | - |
| HSV(B) | 346.77º | 0.79% | 0.97% | - |
| XYZ | 42.1 | 23.35 | 13.35 | - |
| YUV | 116.21 | 116.6 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 96 | 0 | 0.79 | 0.61 | 0.03 | 346.77 | 0.93 | 0.59 |
| Hex | F8 | 35 | 60 | 0 | 4F | 3D | 3 | 15B | 5D | 3B |
| Octal | 370 | 65 | 140 | 0 | 117 | 75 | 3 | 533 | 135 | 73 |
| Binary | 11111000 | 110101 | 1100000 | 0 | 1001111 | 111101 | 11 | 101011011 | 1011101 | 111011 |
Color Harmonies of #F83560
Complementary color
Monochromatic Colors of #F83560
Black with #F83560
Text Example
Text Example
White with #F83560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83560; }
p { color: rgb(248,53,96); }
H1.HeaderClassName
{
color: #F83560;
}
.AnyTagClassName
{
color: #F83560;
}
</style>
background-color css
<style>
a { background-color: #F83560; }
a { background-color: rgb(248,53,96); }
div.DivClassName
{
background-color: #F83560;
}
.BgClassName
{
background-color: #F83560;
}
</style>
border-color css
<style>
span { border-color: #F83560; }
span { border-color: rgb(248,53,96); }
td.TdClassName
{
border-color: #F83560;
}
.TagClassName
{
border-color: #F83560;
}
</style>