Shades of Radical Red #F83471
Tints of Radical Red #F83471
RGB
CMYK
RGB Variations
Color information
#F83471 (or 0xF83471) is known color: Radical Red. HEX triplet: F8, 34 and 71. RGB value is (248,52,113). Sum of RGB (Red+Green+Blue) = 248+52+113=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F83471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83471 is #07CB8E. Grayscale: #757575. Windows color (decimal): -510863 or 7419128. OLE color: 7419128.
HSL color Cylindrical-coordinate representation of color #F83471: hue angle of 341.33º 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 #F83471 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 52 | 113 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.03 |
| HSL | 341.33º | 0.93% | 0.59% | - |
| HSV(B) | 341.33º | 0.79% | 0.97% | - |
| XYZ | 42.92 | 23.6 | 17.92 | - |
| YUV | 117.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 52 | 113 | 0 | 0.79 | 0.54 | 0.03 | 341.33 | 0.93 | 0.59 |
| Hex | F8 | 34 | 71 | 0 | 4F | 36 | 3 | 155 | 5D | 3B |
| Octal | 370 | 64 | 161 | 0 | 117 | 66 | 3 | 525 | 135 | 73 |
| Binary | 11111000 | 110100 | 1110001 | 0 | 1001111 | 110110 | 11 | 101010101 | 1011101 | 111011 |
Color Harmonies of #F83471
Complementary color
Monochromatic Colors of #F83471
Black with #F83471
Text Example
Text Example
White with #F83471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83471; }
p { color: rgb(248,52,113); }
H1.HeaderClassName
{
color: #F83471;
}
.AnyTagClassName
{
color: #F83471;
}
</style>
background-color css
<style>
a { background-color: #F83471; }
a { background-color: rgb(248,52,113); }
div.DivClassName
{
background-color: #F83471;
}
.BgClassName
{
background-color: #F83471;
}
</style>
border-color css
<style>
span { border-color: #F83471; }
span { border-color: rgb(248,52,113); }
td.TdClassName
{
border-color: #F83471;
}
.TagClassName
{
border-color: #F83471;
}
</style>