Shades of Radical Red #F83463
Tints of Radical Red #F83463
RGB
CMYK
RGB Variations
Color information
#F83463 (or 0xF83463) is known color: Radical Red. HEX triplet: F8, 34 and 63. RGB value is (248,52,99). Sum of RGB (Red+Green+Blue) = 248+52+99=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F83463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83463 is #07CB9C. Grayscale: #737373. Windows color (decimal): -510877 or 6501624. OLE color: 6501624.
HSL color Cylindrical-coordinate representation of color #F83463: hue angle of 345.61º 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 #F83463 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 99 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.03 |
| HSL | 345.61º | 0.93% | 0.59% | - |
| HSV(B) | 345.61º | 0.79% | 0.97% | - |
| XYZ | 42.19 | 23.31 | 14.08 | - |
| YUV | 115.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 99 | 0 | 0.79 | 0.60 | 0.03 | 345.61 | 0.93 | 0.59 |
| Hex | F8 | 34 | 63 | 0 | 4F | 3C | 3 | 15A | 5D | 3B |
| Octal | 370 | 64 | 143 | 0 | 117 | 74 | 3 | 532 | 135 | 73 |
| Binary | 11111000 | 110100 | 1100011 | 0 | 1001111 | 111100 | 11 | 101011010 | 1011101 | 111011 |
Color Harmonies of #F83463
Complementary color
Monochromatic Colors of #F83463
Black with #F83463
Text Example
Text Example
White with #F83463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83463; }
p { color: rgb(248,52,99); }
H1.HeaderClassName
{
color: #F83463;
}
.AnyTagClassName
{
color: #F83463;
}
</style>
background-color css
<style>
a { background-color: #F83463; }
a { background-color: rgb(248,52,99); }
div.DivClassName
{
background-color: #F83463;
}
.BgClassName
{
background-color: #F83463;
}
</style>
border-color css
<style>
span { border-color: #F83463; }
span { border-color: rgb(248,52,99); }
td.TdClassName
{
border-color: #F83463;
}
.TagClassName
{
border-color: #F83463;
}
</style>