Shades of Radical Red #F8494D
Tints of Radical Red #F8494D
RGB
CMYK
RGB Variations
Color information
#F8494D (or 0xF8494D) is known color: Radical Red. HEX triplet: F8, 49 and 4D. RGB value is (248,73,77). Sum of RGB (Red+Green+Blue) = 248+73+77=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8494D is #07B6B2. Grayscale: #7D7D7D. Windows color (decimal): -505523 or 5065208. OLE color: 5065208.
HSL color Cylindrical-coordinate representation of color #F8494D: hue angle of 358.63º 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 #F8494D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 77 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.03 |
| HSL | 358.63º | 0.93% | 0.63% | - |
| HSV(B) | 358.63º | 0.71% | 0.97% | - |
| XYZ | 42.43 | 25.26 | 9.66 | - |
| YUV | 125.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 77 | 0 | 0.71 | 0.69 | 0.03 | 358.63 | 0.93 | 0.63 |
| Hex | F8 | 49 | 4D | 0 | 47 | 45 | 3 | 167 | 5D | 3F |
| Octal | 370 | 111 | 115 | 0 | 107 | 105 | 3 | 547 | 135 | 77 |
| Binary | 11111000 | 1001001 | 1001101 | 0 | 1000111 | 1000101 | 11 | 101100111 | 1011101 | 111111 |
Color Harmonies of #F8494D
Complementary color
Monochromatic Colors of #F8494D
Black with #F8494D
Text Example
Text Example
White with #F8494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8494D; }
p { color: rgb(248,73,77); }
H1.HeaderClassName
{
color: #F8494D;
}
.AnyTagClassName
{
color: #F8494D;
}
</style>
background-color css
<style>
a { background-color: #F8494D; }
a { background-color: rgb(248,73,77); }
div.DivClassName
{
background-color: #F8494D;
}
.BgClassName
{
background-color: #F8494D;
}
</style>
border-color css
<style>
span { border-color: #F8494D; }
span { border-color: rgb(248,73,77); }
td.TdClassName
{
border-color: #F8494D;
}
.TagClassName
{
border-color: #F8494D;
}
</style>