Shades of Radical Red #F82168
Tints of Radical Red #F82168
RGB
CMYK
RGB Variations
Color information
#F82168 (or 0xF82168) is known color: Radical Red. HEX triplet: F8, 21 and 68. RGB value is (248,33,104). Sum of RGB (Red+Green+Blue) = 248+33+104=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F82168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82168 is #07DE97. Grayscale: #696969. Windows color (decimal): -515736 or 6824440. OLE color: 6824440.
HSL color Cylindrical-coordinate representation of color #F82168: hue angle of 340.19º 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 #F82168 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 104 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.03 |
| HSL | 340.19º | 0.94% | 0.55% | - |
| HSV(B) | 340.19º | 0.87% | 0.97% | - |
| XYZ | 41.75 | 22.04 | 15.15 | - |
| YUV | 105.38 | 127.23 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 104 | 0 | 0.87 | 0.58 | 0.03 | 340.19 | 0.94 | 0.55 |
| Hex | F8 | 21 | 68 | 0 | 57 | 3A | 3 | 154 | 5E | 37 |
| Octal | 370 | 41 | 150 | 0 | 127 | 72 | 3 | 524 | 136 | 67 |
| Binary | 11111000 | 100001 | 1101000 | 0 | 1010111 | 111010 | 11 | 101010100 | 1011110 | 110111 |
Color Harmonies of #F82168
Complementary color
Monochromatic Colors of #F82168
Black with #F82168
Text Example
Text Example
White with #F82168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82168; }
p { color: rgb(248,33,104); }
H1.HeaderClassName
{
color: #F82168;
}
.AnyTagClassName
{
color: #F82168;
}
</style>
background-color css
<style>
a { background-color: #F82168; }
a { background-color: rgb(248,33,104); }
div.DivClassName
{
background-color: #F82168;
}
.BgClassName
{
background-color: #F82168;
}
</style>
border-color css
<style>
span { border-color: #F82168; }
span { border-color: rgb(248,33,104); }
td.TdClassName
{
border-color: #F82168;
}
.TagClassName
{
border-color: #F82168;
}
</style>