Shades of Radical Red #F8205D
Tints of Radical Red #F8205D
RGB
CMYK
RGB Variations
Color information
#F8205D (or 0xF8205D) is known color: Radical Red. HEX triplet: F8, 20 and 5D. RGB value is (248,32,93). Sum of RGB (Red+Green+Blue) = 248+32+93=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8205D is #07DFA2. Grayscale: #676767. Windows color (decimal): -516003 or 6103288. OLE color: 6103288.
HSL color Cylindrical-coordinate representation of color #F8205D: hue angle of 343.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8205D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 93 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.03 |
| HSL | 343.06º | 0.94% | 0.55% | - |
| HSV(B) | 343.06º | 0.87% | 0.97% | - |
| XYZ | 41.2 | 21.78 | 12.39 | - |
| YUV | 103.54 | 122.06 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 93 | 0 | 0.87 | 0.62 | 0.03 | 343.06 | 0.94 | 0.55 |
| Hex | F8 | 20 | 5D | 0 | 57 | 3E | 3 | 157 | 5E | 37 |
| Octal | 370 | 40 | 135 | 0 | 127 | 76 | 3 | 527 | 136 | 67 |
| Binary | 11111000 | 100000 | 1011101 | 0 | 1010111 | 111110 | 11 | 101010111 | 1011110 | 110111 |
Color Harmonies of #F8205D
Complementary color
Monochromatic Colors of #F8205D
Black with #F8205D
Text Example
Text Example
White with #F8205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8205D; }
p { color: rgb(248,32,93); }
H1.HeaderClassName
{
color: #F8205D;
}
.AnyTagClassName
{
color: #F8205D;
}
</style>
background-color css
<style>
a { background-color: #F8205D; }
a { background-color: rgb(248,32,93); }
div.DivClassName
{
background-color: #F8205D;
}
.BgClassName
{
background-color: #F8205D;
}
</style>
border-color css
<style>
span { border-color: #F8205D; }
span { border-color: rgb(248,32,93); }
td.TdClassName
{
border-color: #F8205D;
}
.TagClassName
{
border-color: #F8205D;
}
</style>