Shades of Radical Red #F83351
Tints of Radical Red #F83351
RGB
CMYK
RGB Variations
Color information
#F83351 (or 0xF83351) is known color: Radical Red. HEX triplet: F8, 33 and 51. RGB value is (248,51,81). Sum of RGB (Red+Green+Blue) = 248+51+81=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F83351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83351 is #07CCAE. Grayscale: #717171. Windows color (decimal): -511151 or 5321720. OLE color: 5321720.
HSL color Cylindrical-coordinate representation of color #F83351: hue angle of 350.86º 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 #F83351 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 81 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.03 |
| HSL | 350.86º | 0.93% | 0.59% | - |
| HSV(B) | 350.86º | 0.79% | 0.97% | - |
| XYZ | 41.38 | 22.92 | 10.03 | - |
| YUV | 113.32 | 109.77 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 81 | 0 | 0.79 | 0.67 | 0.03 | 350.86 | 0.93 | 0.59 |
| Hex | F8 | 33 | 51 | 0 | 4F | 43 | 3 | 15F | 5D | 3B |
| Octal | 370 | 63 | 121 | 0 | 117 | 103 | 3 | 537 | 135 | 73 |
| Binary | 11111000 | 110011 | 1010001 | 0 | 1001111 | 1000011 | 11 | 101011111 | 1011101 | 111011 |
Color Harmonies of #F83351
Complementary color
Monochromatic Colors of #F83351
Black with #F83351
Text Example
Text Example
White with #F83351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83351; }
p { color: rgb(248,51,81); }
H1.HeaderClassName
{
color: #F83351;
}
.AnyTagClassName
{
color: #F83351;
}
</style>
background-color css
<style>
a { background-color: #F83351; }
a { background-color: rgb(248,51,81); }
div.DivClassName
{
background-color: #F83351;
}
.BgClassName
{
background-color: #F83351;
}
</style>
border-color css
<style>
span { border-color: #F83351; }
span { border-color: rgb(248,51,81); }
td.TdClassName
{
border-color: #F83351;
}
.TagClassName
{
border-color: #F83351;
}
</style>