Shades of Radical Red #F83649
Tints of Radical Red #F83649
RGB
CMYK
RGB Variations
Color information
#F83649 (or 0xF83649) is known color: Radical Red. HEX triplet: F8, 36 and 49. RGB value is (248,54,73). Sum of RGB (Red+Green+Blue) = 248+54+73=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F83649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83649 is #07C9B6. Grayscale: #727272. Windows color (decimal): -510391 or 4798200. OLE color: 4798200.
HSL color Cylindrical-coordinate representation of color #F83649: hue angle of 354.12º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F83649 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 73 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.03 |
| HSL | 354.12º | 0.93% | 0.59% | - |
| HSV(B) | 354.12º | 0.78% | 0.97% | - |
| XYZ | 41.23 | 23.08 | 8.58 | - |
| YUV | 114.17 | 104.77 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 73 | 0 | 0.78 | 0.71 | 0.03 | 354.12 | 0.93 | 0.59 |
| Hex | F8 | 36 | 49 | 0 | 4E | 47 | 3 | 162 | 5D | 3B |
| Octal | 370 | 66 | 111 | 0 | 116 | 107 | 3 | 542 | 135 | 73 |
| Binary | 11111000 | 110110 | 1001001 | 0 | 1001110 | 1000111 | 11 | 101100010 | 1011101 | 111011 |
Color Harmonies of #F83649
Complementary color
Monochromatic Colors of #F83649
Black with #F83649
Text Example
Text Example
White with #F83649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83649; }
p { color: rgb(248,54,73); }
H1.HeaderClassName
{
color: #F83649;
}
.AnyTagClassName
{
color: #F83649;
}
</style>
background-color css
<style>
a { background-color: #F83649; }
a { background-color: rgb(248,54,73); }
div.DivClassName
{
background-color: #F83649;
}
.BgClassName
{
background-color: #F83649;
}
</style>
border-color css
<style>
span { border-color: #F83649; }
span { border-color: rgb(248,54,73); }
td.TdClassName
{
border-color: #F83649;
}
.TagClassName
{
border-color: #F83649;
}
</style>