Shades of Radical Red #F8205C
Tints of Radical Red #F8205C
RGB
CMYK
RGB Variations
Color information
#F8205C (or 0xF8205C) is known color: Radical Red. HEX triplet: F8, 20 and 5C. RGB value is (248,32,92). Sum of RGB (Red+Green+Blue) = 248+32+92=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F8205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8205C is #07DFA3. Grayscale: #676767. Windows color (decimal): -516004 or 6037752. OLE color: 6037752.
HSL color Cylindrical-coordinate representation of color #F8205C: hue angle of 343.33º 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 #F8205C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 92 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.03 |
| HSL | 343.33º | 0.94% | 0.55% | - |
| HSV(B) | 343.33º | 0.87% | 0.97% | - |
| XYZ | 41.16 | 21.76 | 12.16 | - |
| YUV | 103.42 | 121.56 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 92 | 0 | 0.87 | 0.63 | 0.03 | 343.33 | 0.94 | 0.55 |
| Hex | F8 | 20 | 5C | 0 | 57 | 3F | 3 | 157 | 5E | 37 |
| Octal | 370 | 40 | 134 | 0 | 127 | 77 | 3 | 527 | 136 | 67 |
| Binary | 11111000 | 100000 | 1011100 | 0 | 1010111 | 111111 | 11 | 101010111 | 1011110 | 110111 |
Color Harmonies of #F8205C
Complementary color
Monochromatic Colors of #F8205C
Black with #F8205C
Text Example
Text Example
White with #F8205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8205C; }
p { color: rgb(248,32,92); }
H1.HeaderClassName
{
color: #F8205C;
}
.AnyTagClassName
{
color: #F8205C;
}
</style>
background-color css
<style>
a { background-color: #F8205C; }
a { background-color: rgb(248,32,92); }
div.DivClassName
{
background-color: #F8205C;
}
.BgClassName
{
background-color: #F8205C;
}
</style>
border-color css
<style>
span { border-color: #F8205C; }
span { border-color: rgb(248,32,92); }
td.TdClassName
{
border-color: #F8205C;
}
.TagClassName
{
border-color: #F8205C;
}
</style>