Shades of Radical Red #F84E60
Tints of Radical Red #F84E60
RGB
CMYK
RGB Variations
Color information
#F84E60 (or 0xF84E60) is known color: Radical Red. HEX triplet: F8, 4E and 60. RGB value is (248,78,96). Sum of RGB (Red+Green+Blue) = 248+78+96=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84E60 is #07B19F. Grayscale: #828282. Windows color (decimal): -504224 or 6311672. OLE color: 6311672.
HSL color Cylindrical-coordinate representation of color #F84E60: hue angle of 353.65º 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 #F84E60 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 96 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.03 |
| HSL | 353.65º | 0.92% | 0.64% | - |
| HSV(B) | 353.65º | 0.69% | 0.97% | - |
| XYZ | 43.55 | 26.25 | 13.84 | - |
| YUV | 130.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 96 | 0 | 0.69 | 0.61 | 0.03 | 353.65 | 0.92 | 0.64 |
| Hex | F8 | 4E | 60 | 0 | 45 | 3D | 3 | 162 | 5C | 40 |
| Octal | 370 | 116 | 140 | 0 | 105 | 75 | 3 | 542 | 134 | 100 |
| Binary | 11111000 | 1001110 | 1100000 | 0 | 1000101 | 111101 | 11 | 101100010 | 1011100 | 1000000 |
Color Harmonies of #F84E60
Complementary color
Monochromatic Colors of #F84E60
Black with #F84E60
Text Example
Text Example
White with #F84E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E60; }
p { color: rgb(248,78,96); }
H1.HeaderClassName
{
color: #F84E60;
}
.AnyTagClassName
{
color: #F84E60;
}
</style>
background-color css
<style>
a { background-color: #F84E60; }
a { background-color: rgb(248,78,96); }
div.DivClassName
{
background-color: #F84E60;
}
.BgClassName
{
background-color: #F84E60;
}
</style>
border-color css
<style>
span { border-color: #F84E60; }
span { border-color: rgb(248,78,96); }
td.TdClassName
{
border-color: #F84E60;
}
.TagClassName
{
border-color: #F84E60;
}
</style>