Shades of Radical Red #F8406E
Tints of Radical Red #F8406E
RGB
CMYK
RGB Variations
Color information
#F8406E (or 0xF8406E) is known color: Radical Red. HEX triplet: F8, 40 and 6E. RGB value is (248,64,110). Sum of RGB (Red+Green+Blue) = 248+64+110=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8406E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8406E is #07BF91. Grayscale: #7C7C7C. Windows color (decimal): -507794 or 7225592. OLE color: 7225592.
HSL color Cylindrical-coordinate representation of color #F8406E: hue angle of 345º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8406E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 110 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.03 |
| HSL | 345º | 0.93% | 0.61% | - |
| HSV(B) | 345º | 0.74% | 0.97% | - |
| XYZ | 43.36 | 24.75 | 17.24 | - |
| YUV | 124.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 110 | 0 | 0.74 | 0.56 | 0.03 | 345 | 0.93 | 0.61 |
| Hex | F8 | 40 | 6E | 0 | 4A | 38 | 3 | 159 | 5D | 3D |
| Octal | 370 | 100 | 156 | 0 | 112 | 70 | 3 | 531 | 135 | 75 |
| Binary | 11111000 | 1000000 | 1101110 | 0 | 1001010 | 111000 | 11 | 101011001 | 1011101 | 111101 |
Color Harmonies of #F8406E
Complementary color
Monochromatic Colors of #F8406E
Black with #F8406E
Text Example
Text Example
White with #F8406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8406E; }
p { color: rgb(248,64,110); }
H1.HeaderClassName
{
color: #F8406E;
}
.AnyTagClassName
{
color: #F8406E;
}
</style>
background-color css
<style>
a { background-color: #F8406E; }
a { background-color: rgb(248,64,110); }
div.DivClassName
{
background-color: #F8406E;
}
.BgClassName
{
background-color: #F8406E;
}
</style>
border-color css
<style>
span { border-color: #F8406E; }
span { border-color: rgb(248,64,110); }
td.TdClassName
{
border-color: #F8406E;
}
.TagClassName
{
border-color: #F8406E;
}
</style>