Shades of Radical Red #F84863
Tints of Radical Red #F84863
RGB
CMYK
RGB Variations
Color information
#F84863 (or 0xF84863) is known color: Radical Red. HEX triplet: F8, 48 and 63. RGB value is (248,72,99). Sum of RGB (Red+Green+Blue) = 248+72+99=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F84863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84863 is #07B79C. Grayscale: #7F7F7F. Windows color (decimal): -505757 or 6506744. OLE color: 6506744.
HSL color Cylindrical-coordinate representation of color #F84863: hue angle of 350.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84863 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 99 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.03 |
| HSL | 350.8º | 0.93% | 0.63% | - |
| HSV(B) | 350.8º | 0.71% | 0.97% | - |
| XYZ | 43.28 | 25.49 | 14.44 | - |
| YUV | 127.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 99 | 0 | 0.71 | 0.60 | 0.03 | 350.8 | 0.93 | 0.63 |
| Hex | F8 | 48 | 63 | 0 | 47 | 3C | 3 | 15F | 5D | 3F |
| Octal | 370 | 110 | 143 | 0 | 107 | 74 | 3 | 537 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1100011 | 0 | 1000111 | 111100 | 11 | 101011111 | 1011101 | 111111 |
Color Harmonies of #F84863
Complementary color
Monochromatic Colors of #F84863
Black with #F84863
Text Example
Text Example
White with #F84863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84863; }
p { color: rgb(248,72,99); }
H1.HeaderClassName
{
color: #F84863;
}
.AnyTagClassName
{
color: #F84863;
}
</style>
background-color css
<style>
a { background-color: #F84863; }
a { background-color: rgb(248,72,99); }
div.DivClassName
{
background-color: #F84863;
}
.BgClassName
{
background-color: #F84863;
}
</style>
border-color css
<style>
span { border-color: #F84863; }
span { border-color: rgb(248,72,99); }
td.TdClassName
{
border-color: #F84863;
}
.TagClassName
{
border-color: #F84863;
}
</style>