Shades of Radical Red #F8206B
Tints of Radical Red #F8206B
RGB
CMYK
RGB Variations
Color information
#F8206B (or 0xF8206B) is known color: Radical Red. HEX triplet: F8, 20 and 6B. RGB value is (248,32,107). Sum of RGB (Red+Green+Blue) = 248+32+107=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F8206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8206B is #07DF94. Grayscale: #696969. Windows color (decimal): -515989 or 7020792. OLE color: 7020792.
HSL color Cylindrical-coordinate representation of color #F8206B: hue angle of 339.17º 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 #F8206B is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 107 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.03 |
| HSL | 339.17º | 0.94% | 0.55% | - |
| HSV(B) | 339.17º | 0.87% | 0.97% | - |
| XYZ | 41.88 | 22.05 | 15.96 | - |
| YUV | 105.13 | 129.06 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 107 | 0 | 0.87 | 0.57 | 0.03 | 339.17 | 0.94 | 0.55 |
| Hex | F8 | 20 | 6B | 0 | 57 | 39 | 3 | 153 | 5E | 37 |
| Octal | 370 | 40 | 153 | 0 | 127 | 71 | 3 | 523 | 136 | 67 |
| Binary | 11111000 | 100000 | 1101011 | 0 | 1010111 | 111001 | 11 | 101010011 | 1011110 | 110111 |
Color Harmonies of #F8206B
Complementary color
Monochromatic Colors of #F8206B
Black with #F8206B
Text Example
Text Example
White with #F8206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8206B; }
p { color: rgb(248,32,107); }
H1.HeaderClassName
{
color: #F8206B;
}
.AnyTagClassName
{
color: #F8206B;
}
</style>
background-color css
<style>
a { background-color: #F8206B; }
a { background-color: rgb(248,32,107); }
div.DivClassName
{
background-color: #F8206B;
}
.BgClassName
{
background-color: #F8206B;
}
</style>
border-color css
<style>
span { border-color: #F8206B; }
span { border-color: rgb(248,32,107); }
td.TdClassName
{
border-color: #F8206B;
}
.TagClassName
{
border-color: #F8206B;
}
</style>