Shades of Radical Red #F8295D
Tints of Radical Red #F8295D
RGB
CMYK
RGB Variations
Color information
#F8295D (or 0xF8295D) is known color: Radical Red. HEX triplet: F8, 29 and 5D. RGB value is (248,41,93). Sum of RGB (Red+Green+Blue) = 248+41+93=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F8295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8295D is #07D6A2. Grayscale: #6C6C6C. Windows color (decimal): -513699 or 6105592. OLE color: 6105592.
HSL color Cylindrical-coordinate representation of color #F8295D: hue angle of 344.93º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8295D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 93 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.03 |
| HSL | 344.93º | 0.94% | 0.57% | - |
| HSV(B) | 344.93º | 0.83% | 0.97% | - |
| XYZ | 41.48 | 22.33 | 12.48 | - |
| YUV | 108.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 93 | 0 | 0.83 | 0.62 | 0.03 | 344.93 | 0.94 | 0.57 |
| Hex | F8 | 29 | 5D | 0 | 53 | 3E | 3 | 159 | 5E | 39 |
| Octal | 370 | 51 | 135 | 0 | 123 | 76 | 3 | 531 | 136 | 71 |
| Binary | 11111000 | 101001 | 1011101 | 0 | 1010011 | 111110 | 11 | 101011001 | 1011110 | 111001 |
Color Harmonies of #F8295D
Complementary color
Monochromatic Colors of #F8295D
Black with #F8295D
Text Example
Text Example
White with #F8295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8295D; }
p { color: rgb(248,41,93); }
H1.HeaderClassName
{
color: #F8295D;
}
.AnyTagClassName
{
color: #F8295D;
}
</style>
background-color css
<style>
a { background-color: #F8295D; }
a { background-color: rgb(248,41,93); }
div.DivClassName
{
background-color: #F8295D;
}
.BgClassName
{
background-color: #F8295D;
}
</style>
border-color css
<style>
span { border-color: #F8295D; }
span { border-color: rgb(248,41,93); }
td.TdClassName
{
border-color: #F8295D;
}
.TagClassName
{
border-color: #F8295D;
}
</style>