Shades of Radical Red #F8455D
Tints of Radical Red #F8455D
RGB
CMYK
RGB Variations
Color information
#F8455D (or 0xF8455D) is known color: Radical Red. HEX triplet: F8, 45 and 5D. RGB value is (248,69,93). Sum of RGB (Red+Green+Blue) = 248+69+93=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F8455D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8455D is #07BAA2. Grayscale: #7D7D7D. Windows color (decimal): -506531 or 6112760. OLE color: 6112760.
HSL color Cylindrical-coordinate representation of color #F8455D: hue angle of 351.96º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8455D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 93 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.03 |
| HSL | 351.96º | 0.93% | 0.62% | - |
| HSV(B) | 351.96º | 0.72% | 0.97% | - |
| XYZ | 42.82 | 25 | 12.93 | - |
| YUV | 125.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 93 | 0 | 0.72 | 0.62 | 0.03 | 351.96 | 0.93 | 0.62 |
| Hex | F8 | 45 | 5D | 0 | 48 | 3E | 3 | 160 | 5D | 3E |
| Octal | 370 | 105 | 135 | 0 | 110 | 76 | 3 | 540 | 135 | 76 |
| Binary | 11111000 | 1000101 | 1011101 | 0 | 1001000 | 111110 | 11 | 101100000 | 1011101 | 111110 |
Color Harmonies of #F8455D
Complementary color
Monochromatic Colors of #F8455D
Black with #F8455D
Text Example
Text Example
White with #F8455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8455D; }
p { color: rgb(248,69,93); }
H1.HeaderClassName
{
color: #F8455D;
}
.AnyTagClassName
{
color: #F8455D;
}
</style>
background-color css
<style>
a { background-color: #F8455D; }
a { background-color: rgb(248,69,93); }
div.DivClassName
{
background-color: #F8455D;
}
.BgClassName
{
background-color: #F8455D;
}
</style>
border-color css
<style>
span { border-color: #F8455D; }
span { border-color: rgb(248,69,93); }
td.TdClassName
{
border-color: #F8455D;
}
.TagClassName
{
border-color: #F8455D;
}
</style>