Shades of Radical Red #F83350
Tints of Radical Red #F83350
RGB
CMYK
RGB Variations
Color information
#F83350 (or 0xF83350) is known color: Radical Red. HEX triplet: F8, 33 and 50. RGB value is (248,51,80). Sum of RGB (Red+Green+Blue) = 248+51+80=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F83350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83350 is #07CCAF. Grayscale: #717171. Windows color (decimal): -511152 or 5256184. OLE color: 5256184.
HSL color Cylindrical-coordinate representation of color #F83350: hue angle of 351.17º 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 #F83350 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 80 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.03 |
| HSL | 351.17º | 0.93% | 0.59% | - |
| HSV(B) | 351.17º | 0.79% | 0.97% | - |
| XYZ | 41.34 | 22.9 | 9.83 | - |
| YUV | 113.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 80 | 0 | 0.79 | 0.68 | 0.03 | 351.17 | 0.93 | 0.59 |
| Hex | F8 | 33 | 50 | 0 | 4F | 44 | 3 | 15F | 5D | 3B |
| Octal | 370 | 63 | 120 | 0 | 117 | 104 | 3 | 537 | 135 | 73 |
| Binary | 11111000 | 110011 | 1010000 | 0 | 1001111 | 1000100 | 11 | 101011111 | 1011101 | 111011 |
Color Harmonies of #F83350
Complementary color
Monochromatic Colors of #F83350
Black with #F83350
Text Example
Text Example
White with #F83350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83350; }
p { color: rgb(248,51,80); }
H1.HeaderClassName
{
color: #F83350;
}
.AnyTagClassName
{
color: #F83350;
}
</style>
background-color css
<style>
a { background-color: #F83350; }
a { background-color: rgb(248,51,80); }
div.DivClassName
{
background-color: #F83350;
}
.BgClassName
{
background-color: #F83350;
}
</style>
border-color css
<style>
span { border-color: #F83350; }
span { border-color: rgb(248,51,80); }
td.TdClassName
{
border-color: #F83350;
}
.TagClassName
{
border-color: #F83350;
}
</style>