Shades of Radical Red #F8286C
Tints of Radical Red #F8286C
RGB
CMYK
RGB Variations
Color information
#F8286C (or 0xF8286C) is known color: Radical Red. HEX triplet: F8, 28 and 6C. RGB value is (248,40,108). Sum of RGB (Red+Green+Blue) = 248+40+108=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8286C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8286C is #07D793. Grayscale: #6D6D6D. Windows color (decimal): -513940 or 7088376. OLE color: 7088376.
HSL color Cylindrical-coordinate representation of color #F8286C: hue angle of 340.38º 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 #F8286C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 108 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.03 |
| HSL | 340.38º | 0.94% | 0.56% | - |
| HSV(B) | 340.38º | 0.84% | 0.97% | - |
| XYZ | 42.18 | 22.56 | 16.32 | - |
| YUV | 109.94 | 126.91 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 108 | 0 | 0.84 | 0.56 | 0.03 | 340.38 | 0.94 | 0.56 |
| Hex | F8 | 28 | 6C | 0 | 54 | 38 | 3 | 154 | 5E | 38 |
| Octal | 370 | 50 | 154 | 0 | 124 | 70 | 3 | 524 | 136 | 70 |
| Binary | 11111000 | 101000 | 1101100 | 0 | 1010100 | 111000 | 11 | 101010100 | 1011110 | 111000 |
Color Harmonies of #F8286C
Complementary color
Monochromatic Colors of #F8286C
Black with #F8286C
Text Example
Text Example
White with #F8286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8286C; }
p { color: rgb(248,40,108); }
H1.HeaderClassName
{
color: #F8286C;
}
.AnyTagClassName
{
color: #F8286C;
}
</style>
background-color css
<style>
a { background-color: #F8286C; }
a { background-color: rgb(248,40,108); }
div.DivClassName
{
background-color: #F8286C;
}
.BgClassName
{
background-color: #F8286C;
}
</style>
border-color css
<style>
span { border-color: #F8286C; }
span { border-color: rgb(248,40,108); }
td.TdClassName
{
border-color: #F8286C;
}
.TagClassName
{
border-color: #F8286C;
}
</style>