Shades of Radical Red #F8495C
Tints of Radical Red #F8495C
RGB
CMYK
RGB Variations
Color information
#F8495C (or 0xF8495C) is known color: Radical Red. HEX triplet: F8, 49 and 5C. RGB value is (248,73,92). Sum of RGB (Red+Green+Blue) = 248+73+92=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F8495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8495C is #07B6A3. Grayscale: #7F7F7F. Windows color (decimal): -505508 or 6048248. OLE color: 6048248.
HSL color Cylindrical-coordinate representation of color #F8495C: hue angle of 353.49º 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 #F8495C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 73 | 92 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.03 |
| HSL | 353.49º | 0.93% | 0.63% | - |
| HSV(B) | 353.49º | 0.71% | 0.97% | - |
| XYZ | 43.03 | 25.49 | 12.78 | - |
| YUV | 127.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 73 | 92 | 0 | 0.71 | 0.63 | 0.03 | 353.49 | 0.93 | 0.63 |
| Hex | F8 | 49 | 5C | 0 | 47 | 3F | 3 | 161 | 5D | 3F |
| Octal | 370 | 111 | 134 | 0 | 107 | 77 | 3 | 541 | 135 | 77 |
| Binary | 11111000 | 1001001 | 1011100 | 0 | 1000111 | 111111 | 11 | 101100001 | 1011101 | 111111 |
Color Harmonies of #F8495C
Complementary color
Monochromatic Colors of #F8495C
Black with #F8495C
Text Example
Text Example
White with #F8495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8495C; }
p { color: rgb(248,73,92); }
H1.HeaderClassName
{
color: #F8495C;
}
.AnyTagClassName
{
color: #F8495C;
}
</style>
background-color css
<style>
a { background-color: #F8495C; }
a { background-color: rgb(248,73,92); }
div.DivClassName
{
background-color: #F8495C;
}
.BgClassName
{
background-color: #F8495C;
}
</style>
border-color css
<style>
span { border-color: #F8495C; }
span { border-color: rgb(248,73,92); }
td.TdClassName
{
border-color: #F8495C;
}
.TagClassName
{
border-color: #F8495C;
}
</style>