Shades of Radical Red #F83458
Tints of Radical Red #F83458
RGB
CMYK
RGB Variations
Color information
#F83458 (or 0xF83458) is known color: Radical Red. HEX triplet: F8, 34 and 58. RGB value is (248,52,88). Sum of RGB (Red+Green+Blue) = 248+52+88=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F83458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83458 is #07CBA7. Grayscale: #727272. Windows color (decimal): -510888 or 5780728. OLE color: 5780728.
HSL color Cylindrical-coordinate representation of color #F83458: hue angle of 348.98º 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 #F83458 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 88 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.03 |
| HSL | 348.98º | 0.93% | 0.59% | - |
| HSV(B) | 348.98º | 0.79% | 0.97% | - |
| XYZ | 41.7 | 23.12 | 11.5 | - |
| YUV | 114.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 88 | 0 | 0.79 | 0.65 | 0.03 | 348.98 | 0.93 | 0.59 |
| Hex | F8 | 34 | 58 | 0 | 4F | 41 | 3 | 15D | 5D | 3B |
| Octal | 370 | 64 | 130 | 0 | 117 | 101 | 3 | 535 | 135 | 73 |
| Binary | 11111000 | 110100 | 1011000 | 0 | 1001111 | 1000001 | 11 | 101011101 | 1011101 | 111011 |
Color Harmonies of #F83458
Complementary color
Monochromatic Colors of #F83458
Black with #F83458
Text Example
Text Example
White with #F83458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83458; }
p { color: rgb(248,52,88); }
H1.HeaderClassName
{
color: #F83458;
}
.AnyTagClassName
{
color: #F83458;
}
</style>
background-color css
<style>
a { background-color: #F83458; }
a { background-color: rgb(248,52,88); }
div.DivClassName
{
background-color: #F83458;
}
.BgClassName
{
background-color: #F83458;
}
</style>
border-color css
<style>
span { border-color: #F83458; }
span { border-color: rgb(248,52,88); }
td.TdClassName
{
border-color: #F83458;
}
.TagClassName
{
border-color: #F83458;
}
</style>