Shades of Radical Red #F8356E
Tints of Radical Red #F8356E
RGB
CMYK
RGB Variations
Color information
#F8356E (or 0xF8356E) is known color: Radical Red. HEX triplet: F8, 35 and 6E. RGB value is (248,53,110). Sum of RGB (Red+Green+Blue) = 248+53+110=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8356E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8356E is #07CA91. Grayscale: #757575. Windows color (decimal): -510610 or 7222776. OLE color: 7222776.
HSL color Cylindrical-coordinate representation of color #F8356E: hue angle of 342.46º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8356E is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 110 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.03 |
| HSL | 342.46º | 0.93% | 0.59% | - |
| HSV(B) | 342.46º | 0.79% | 0.97% | - |
| XYZ | 42.8 | 23.63 | 17.06 | - |
| YUV | 117.8 | 123.6 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 110 | 0 | 0.79 | 0.56 | 0.03 | 342.46 | 0.93 | 0.59 |
| Hex | F8 | 35 | 6E | 0 | 4F | 38 | 3 | 156 | 5D | 3B |
| Octal | 370 | 65 | 156 | 0 | 117 | 70 | 3 | 526 | 135 | 73 |
| Binary | 11111000 | 110101 | 1101110 | 0 | 1001111 | 111000 | 11 | 101010110 | 1011101 | 111011 |
Color Harmonies of #F8356E
Complementary color
Monochromatic Colors of #F8356E
Black with #F8356E
Text Example
Text Example
White with #F8356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8356E; }
p { color: rgb(248,53,110); }
H1.HeaderClassName
{
color: #F8356E;
}
.AnyTagClassName
{
color: #F8356E;
}
</style>
background-color css
<style>
a { background-color: #F8356E; }
a { background-color: rgb(248,53,110); }
div.DivClassName
{
background-color: #F8356E;
}
.BgClassName
{
background-color: #F8356E;
}
</style>
border-color css
<style>
span { border-color: #F8356E; }
span { border-color: rgb(248,53,110); }
td.TdClassName
{
border-color: #F8356E;
}
.TagClassName
{
border-color: #F8356E;
}
</style>