Shades of Radical Red #F8406B
Tints of Radical Red #F8406B
RGB
CMYK
RGB Variations
Color information
#F8406B (or 0xF8406B) is known color: Radical Red. HEX triplet: F8, 40 and 6B. RGB value is (248,64,107). Sum of RGB (Red+Green+Blue) = 248+64+107=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F8406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8406B is #07BF94. Grayscale: #7B7B7B. Windows color (decimal): -507797 or 7028984. OLE color: 7028984.
HSL color Cylindrical-coordinate representation of color #F8406B: hue angle of 345.98º 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 #F8406B is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 107 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.03 |
| HSL | 345.98º | 0.93% | 0.61% | - |
| HSV(B) | 345.98º | 0.74% | 0.97% | - |
| XYZ | 43.2 | 24.68 | 16.4 | - |
| YUV | 123.92 | 118.46 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 107 | 0 | 0.74 | 0.57 | 0.03 | 345.98 | 0.93 | 0.61 |
| Hex | F8 | 40 | 6B | 0 | 4A | 39 | 3 | 15A | 5D | 3D |
| Octal | 370 | 100 | 153 | 0 | 112 | 71 | 3 | 532 | 135 | 75 |
| Binary | 11111000 | 1000000 | 1101011 | 0 | 1001010 | 111001 | 11 | 101011010 | 1011101 | 111101 |
Color Harmonies of #F8406B
Complementary color
Monochromatic Colors of #F8406B
Black with #F8406B
Text Example
Text Example
White with #F8406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8406B; }
p { color: rgb(248,64,107); }
H1.HeaderClassName
{
color: #F8406B;
}
.AnyTagClassName
{
color: #F8406B;
}
</style>
background-color css
<style>
a { background-color: #F8406B; }
a { background-color: rgb(248,64,107); }
div.DivClassName
{
background-color: #F8406B;
}
.BgClassName
{
background-color: #F8406B;
}
</style>
border-color css
<style>
span { border-color: #F8406B; }
span { border-color: rgb(248,64,107); }
td.TdClassName
{
border-color: #F8406B;
}
.TagClassName
{
border-color: #F8406B;
}
</style>