Shades of Radical Red #F8495E
Tints of Radical Red #F8495E
RGB
CMYK
RGB Variations
Color information
#F8495E (or 0xF8495E) is known color: Radical Red. HEX triplet: F8, 49 and 5E. RGB value is (248,73,94). Sum of RGB (Red+Green+Blue) = 248+73+94=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F8495E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8495E is #07B6A1. Grayscale: #7F7F7F. Windows color (decimal): -505506 or 6179320. OLE color: 6179320.
HSL color Cylindrical-coordinate representation of color #F8495E: hue angle of 352.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8495E is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 94 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.03 |
| HSL | 352.8º | 0.93% | 0.63% | - |
| HSV(B) | 352.8º | 0.71% | 0.97% | - |
| XYZ | 43.11 | 25.53 | 13.25 | - |
| YUV | 127.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 94 | 0 | 0.71 | 0.62 | 0.03 | 352.8 | 0.93 | 0.63 |
| Hex | F8 | 49 | 5E | 0 | 47 | 3E | 3 | 161 | 5D | 3F |
| Octal | 370 | 111 | 136 | 0 | 107 | 76 | 3 | 541 | 135 | 77 |
| Binary | 11111000 | 1001001 | 1011110 | 0 | 1000111 | 111110 | 11 | 101100001 | 1011101 | 111111 |
Color Harmonies of #F8495E
Complementary color
Monochromatic Colors of #F8495E
Black with #F8495E
Text Example
Text Example
White with #F8495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8495E; }
p { color: rgb(248,73,94); }
H1.HeaderClassName
{
color: #F8495E;
}
.AnyTagClassName
{
color: #F8495E;
}
</style>
background-color css
<style>
a { background-color: #F8495E; }
a { background-color: rgb(248,73,94); }
div.DivClassName
{
background-color: #F8495E;
}
.BgClassName
{
background-color: #F8495E;
}
</style>
border-color css
<style>
span { border-color: #F8495E; }
span { border-color: rgb(248,73,94); }
td.TdClassName
{
border-color: #F8495E;
}
.TagClassName
{
border-color: #F8495E;
}
</style>