Shades of Radical Red #F84C60
Tints of Radical Red #F84C60
RGB
CMYK
RGB Variations
Color information
#F84C60 (or 0xF84C60) is known color: Radical Red. HEX triplet: F8, 4C and 60. RGB value is (248,76,96). Sum of RGB (Red+Green+Blue) = 248+76+96=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C60 is #07B39F. Grayscale: #818181. Windows color (decimal): -504736 or 6311160. OLE color: 6311160.
HSL color Cylindrical-coordinate representation of color #F84C60: hue angle of 353.02º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84C60 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 96 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.03 |
| HSL | 353.02º | 0.92% | 0.64% | - |
| HSV(B) | 353.02º | 0.69% | 0.97% | - |
| XYZ | 43.41 | 25.97 | 13.79 | - |
| YUV | 129.71 | 108.98 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 96 | 0 | 0.69 | 0.61 | 0.03 | 353.02 | 0.92 | 0.64 |
| Hex | F8 | 4C | 60 | 0 | 45 | 3D | 3 | 161 | 5C | 40 |
| Octal | 370 | 114 | 140 | 0 | 105 | 75 | 3 | 541 | 134 | 100 |
| Binary | 11111000 | 1001100 | 1100000 | 0 | 1000101 | 111101 | 11 | 101100001 | 1011100 | 1000000 |
Color Harmonies of #F84C60
Complementary color
Monochromatic Colors of #F84C60
Black with #F84C60
Text Example
Text Example
White with #F84C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C60; }
p { color: rgb(248,76,96); }
H1.HeaderClassName
{
color: #F84C60;
}
.AnyTagClassName
{
color: #F84C60;
}
</style>
background-color css
<style>
a { background-color: #F84C60; }
a { background-color: rgb(248,76,96); }
div.DivClassName
{
background-color: #F84C60;
}
.BgClassName
{
background-color: #F84C60;
}
</style>
border-color css
<style>
span { border-color: #F84C60; }
span { border-color: rgb(248,76,96); }
td.TdClassName
{
border-color: #F84C60;
}
.TagClassName
{
border-color: #F84C60;
}
</style>