Shades of Radical Red #F83F54
Tints of Radical Red #F83F54
RGB
CMYK
RGB Variations
Color information
#F83F54 (or 0xF83F54) is known color: Radical Red. HEX triplet: F8, 3F and 54. RGB value is (248,63,84). Sum of RGB (Red+Green+Blue) = 248+63+84=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F54 is #07C0AB. Grayscale: #787878. Windows color (decimal): -508076 or 5521400. OLE color: 5521400.
HSL color Cylindrical-coordinate representation of color #F83F54: hue angle of 353.19º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83F54 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 84 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.03 |
| HSL | 353.19º | 0.93% | 0.61% | - |
| HSV(B) | 353.19º | 0.75% | 0.97% | - |
| XYZ | 42.09 | 24.15 | 10.83 | - |
| YUV | 120.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 84 | 0 | 0.75 | 0.66 | 0.03 | 353.19 | 0.93 | 0.61 |
| Hex | F8 | 3F | 54 | 0 | 4B | 42 | 3 | 161 | 5D | 3D |
| Octal | 370 | 77 | 124 | 0 | 113 | 102 | 3 | 541 | 135 | 75 |
| Binary | 11111000 | 111111 | 1010100 | 0 | 1001011 | 1000010 | 11 | 101100001 | 1011101 | 111101 |
Color Harmonies of #F83F54
Complementary color
Monochromatic Colors of #F83F54
Black with #F83F54
Text Example
Text Example
White with #F83F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83F54; }
p { color: rgb(248,63,84); }
H1.HeaderClassName
{
color: #F83F54;
}
.AnyTagClassName
{
color: #F83F54;
}
</style>
background-color css
<style>
a { background-color: #F83F54; }
a { background-color: rgb(248,63,84); }
div.DivClassName
{
background-color: #F83F54;
}
.BgClassName
{
background-color: #F83F54;
}
</style>
border-color css
<style>
span { border-color: #F83F54; }
span { border-color: rgb(248,63,84); }
td.TdClassName
{
border-color: #F83F54;
}
.TagClassName
{
border-color: #F83F54;
}
</style>