Shades of Radical Red #F8475A
Tints of Radical Red #F8475A
RGB
CMYK
RGB Variations
Color information
#F8475A (or 0xF8475A) is known color: Radical Red. HEX triplet: F8, 47 and 5A. RGB value is (248,71,90). Sum of RGB (Red+Green+Blue) = 248+71+90=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8475A is #07B8A5. Grayscale: #7E7E7E. Windows color (decimal): -506022 or 5916664. OLE color: 5916664.
HSL color Cylindrical-coordinate representation of color #F8475A: hue angle of 353.56º 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 #F8475A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 90 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.03 |
| HSL | 353.56º | 0.93% | 0.63% | - |
| HSV(B) | 353.56º | 0.71% | 0.97% | - |
| XYZ | 42.81 | 25.2 | 12.28 | - |
| YUV | 126.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 90 | 0 | 0.71 | 0.64 | 0.03 | 353.56 | 0.93 | 0.63 |
| Hex | F8 | 47 | 5A | 0 | 47 | 40 | 3 | 162 | 5D | 3F |
| Octal | 370 | 107 | 132 | 0 | 107 | 100 | 3 | 542 | 135 | 77 |
| Binary | 11111000 | 1000111 | 1011010 | 0 | 1000111 | 1000000 | 11 | 101100010 | 1011101 | 111111 |
Color Harmonies of #F8475A
Complementary color
Monochromatic Colors of #F8475A
Black with #F8475A
Text Example
Text Example
White with #F8475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8475A; }
p { color: rgb(248,71,90); }
H1.HeaderClassName
{
color: #F8475A;
}
.AnyTagClassName
{
color: #F8475A;
}
</style>
background-color css
<style>
a { background-color: #F8475A; }
a { background-color: rgb(248,71,90); }
div.DivClassName
{
background-color: #F8475A;
}
.BgClassName
{
background-color: #F8475A;
}
</style>
border-color css
<style>
span { border-color: #F8475A; }
span { border-color: rgb(248,71,90); }
td.TdClassName
{
border-color: #F8475A;
}
.TagClassName
{
border-color: #F8475A;
}
</style>