Shades of Radical Red #F83965
Tints of Radical Red #F83965
RGB
CMYK
RGB Variations
Color information
#F83965 (or 0xF83965) is known color: Radical Red. HEX triplet: F8, 39 and 65. RGB value is (248,57,101). Sum of RGB (Red+Green+Blue) = 248+57+101=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F83965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83965 is #07C69A. Grayscale: #777777. Windows color (decimal): -509595 or 6633976. OLE color: 6633976.
HSL color Cylindrical-coordinate representation of color #F83965: hue angle of 346.18º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83965 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 101 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.03 |
| HSL | 346.18º | 0.93% | 0.6% | - |
| HSV(B) | 346.18º | 0.77% | 0.97% | - |
| XYZ | 42.52 | 23.82 | 14.67 | - |
| YUV | 119.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 101 | 0 | 0.77 | 0.59 | 0.03 | 346.18 | 0.93 | 0.6 |
| Hex | F8 | 39 | 65 | 0 | 4D | 3B | 3 | 15A | 5D | 3C |
| Octal | 370 | 71 | 145 | 0 | 115 | 73 | 3 | 532 | 135 | 74 |
| Binary | 11111000 | 111001 | 1100101 | 0 | 1001101 | 111011 | 11 | 101011010 | 1011101 | 111100 |
Color Harmonies of #F83965
Complementary color
Monochromatic Colors of #F83965
Black with #F83965
Text Example
Text Example
White with #F83965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83965; }
p { color: rgb(248,57,101); }
H1.HeaderClassName
{
color: #F83965;
}
.AnyTagClassName
{
color: #F83965;
}
</style>
background-color css
<style>
a { background-color: #F83965; }
a { background-color: rgb(248,57,101); }
div.DivClassName
{
background-color: #F83965;
}
.BgClassName
{
background-color: #F83965;
}
</style>
border-color css
<style>
span { border-color: #F83965; }
span { border-color: rgb(248,57,101); }
td.TdClassName
{
border-color: #F83965;
}
.TagClassName
{
border-color: #F83965;
}
</style>