Shades of Radical Red #F8286D
Tints of Radical Red #F8286D
RGB
CMYK
RGB Variations
Color information
#F8286D (or 0xF8286D) is known color: Radical Red. HEX triplet: F8, 28 and 6D. RGB value is (248,40,109). Sum of RGB (Red+Green+Blue) = 248+40+109=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F8286D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8286D is #07D792. Grayscale: #6D6D6D. Windows color (decimal): -513939 or 7153912. OLE color: 7153912.
HSL color Cylindrical-coordinate representation of color #F8286D: hue angle of 340.1º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8286D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 109 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.03 |
| HSL | 340.1º | 0.94% | 0.56% | - |
| HSV(B) | 340.1º | 0.84% | 0.97% | - |
| XYZ | 42.23 | 22.58 | 16.6 | - |
| YUV | 110.06 | 127.41 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 109 | 0 | 0.84 | 0.56 | 0.03 | 340.1 | 0.94 | 0.56 |
| Hex | F8 | 28 | 6D | 0 | 54 | 38 | 3 | 154 | 5E | 38 |
| Octal | 370 | 50 | 155 | 0 | 124 | 70 | 3 | 524 | 136 | 70 |
| Binary | 11111000 | 101000 | 1101101 | 0 | 1010100 | 111000 | 11 | 101010100 | 1011110 | 111000 |
Color Harmonies of #F8286D
Complementary color
Monochromatic Colors of #F8286D
Black with #F8286D
Text Example
Text Example
White with #F8286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8286D; }
p { color: rgb(248,40,109); }
H1.HeaderClassName
{
color: #F8286D;
}
.AnyTagClassName
{
color: #F8286D;
}
</style>
background-color css
<style>
a { background-color: #F8286D; }
a { background-color: rgb(248,40,109); }
div.DivClassName
{
background-color: #F8286D;
}
.BgClassName
{
background-color: #F8286D;
}
</style>
border-color css
<style>
span { border-color: #F8286D; }
span { border-color: rgb(248,40,109); }
td.TdClassName
{
border-color: #F8286D;
}
.TagClassName
{
border-color: #F8286D;
}
</style>