Shades of Radical Red #F83454
Tints of Radical Red #F83454
RGB
CMYK
RGB Variations
Color information
#F83454 (or 0xF83454) is known color: Radical Red. HEX triplet: F8, 34 and 54. RGB value is (248,52,84). Sum of RGB (Red+Green+Blue) = 248+52+84=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F83454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83454 is #07CBAB. Grayscale: #727272. Windows color (decimal): -510892 or 5518584. OLE color: 5518584.
HSL color Cylindrical-coordinate representation of color #F83454: hue angle of 350.2º 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 #F83454 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 84 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.03 |
| HSL | 350.2º | 0.93% | 0.59% | - |
| HSV(B) | 350.2º | 0.79% | 0.97% | - |
| XYZ | 41.54 | 23.05 | 10.65 | - |
| YUV | 114.25 | 110.93 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 84 | 0 | 0.79 | 0.66 | 0.03 | 350.2 | 0.93 | 0.59 |
| Hex | F8 | 34 | 54 | 0 | 4F | 42 | 3 | 15E | 5D | 3B |
| Octal | 370 | 64 | 124 | 0 | 117 | 102 | 3 | 536 | 135 | 73 |
| Binary | 11111000 | 110100 | 1010100 | 0 | 1001111 | 1000010 | 11 | 101011110 | 1011101 | 111011 |
Color Harmonies of #F83454
Complementary color
Monochromatic Colors of #F83454
Black with #F83454
Text Example
Text Example
White with #F83454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83454; }
p { color: rgb(248,52,84); }
H1.HeaderClassName
{
color: #F83454;
}
.AnyTagClassName
{
color: #F83454;
}
</style>
background-color css
<style>
a { background-color: #F83454; }
a { background-color: rgb(248,52,84); }
div.DivClassName
{
background-color: #F83454;
}
.BgClassName
{
background-color: #F83454;
}
</style>
border-color css
<style>
span { border-color: #F83454; }
span { border-color: rgb(248,52,84); }
td.TdClassName
{
border-color: #F83454;
}
.TagClassName
{
border-color: #F83454;
}
</style>