Shades of Radical Red #F8355D
Tints of Radical Red #F8355D
RGB
CMYK
RGB Variations
Color information
#F8355D (or 0xF8355D) is known color: Radical Red. HEX triplet: F8, 35 and 5D. RGB value is (248,53,93). Sum of RGB (Red+Green+Blue) = 248+53+93=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8355D is #07CAA2. Grayscale: #737373. Windows color (decimal): -510627 or 6108664. OLE color: 6108664.
HSL color Cylindrical-coordinate representation of color #F8355D: hue angle of 347.69º 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 #F8355D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 93 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.03 |
| HSL | 347.69º | 0.93% | 0.59% | - |
| HSV(B) | 347.69º | 0.79% | 0.97% | - |
| XYZ | 41.96 | 23.29 | 12.64 | - |
| YUV | 115.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 93 | 0 | 0.79 | 0.62 | 0.03 | 347.69 | 0.93 | 0.59 |
| Hex | F8 | 35 | 5D | 0 | 4F | 3E | 3 | 15C | 5D | 3B |
| Octal | 370 | 65 | 135 | 0 | 117 | 76 | 3 | 534 | 135 | 73 |
| Binary | 11111000 | 110101 | 1011101 | 0 | 1001111 | 111110 | 11 | 101011100 | 1011101 | 111011 |
Color Harmonies of #F8355D
Complementary color
Monochromatic Colors of #F8355D
Black with #F8355D
Text Example
Text Example
White with #F8355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8355D; }
p { color: rgb(248,53,93); }
H1.HeaderClassName
{
color: #F8355D;
}
.AnyTagClassName
{
color: #F8355D;
}
</style>
background-color css
<style>
a { background-color: #F8355D; }
a { background-color: rgb(248,53,93); }
div.DivClassName
{
background-color: #F8355D;
}
.BgClassName
{
background-color: #F8355D;
}
</style>
border-color css
<style>
span { border-color: #F8355D; }
span { border-color: rgb(248,53,93); }
td.TdClassName
{
border-color: #F8355D;
}
.TagClassName
{
border-color: #F8355D;
}
</style>