Shades of Radical Red #F82666
Tints of Radical Red #F82666
RGB
CMYK
RGB Variations
Color information
#F82666 (or 0xF82666) is known color: Radical Red. HEX triplet: F8, 26 and 66. RGB value is (248,38,102). Sum of RGB (Red+Green+Blue) = 248+38+102=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F82666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82666 is #07D999. Grayscale: #6C6C6C. Windows color (decimal): -514458 or 6694648. OLE color: 6694648.
HSL color Cylindrical-coordinate representation of color #F82666: hue angle of 341.71º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82666 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 102 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.03 |
| HSL | 341.71º | 0.94% | 0.56% | - |
| HSV(B) | 341.71º | 0.85% | 0.97% | - |
| XYZ | 41.8 | 22.3 | 14.67 | - |
| YUV | 108.09 | 124.57 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 102 | 0 | 0.85 | 0.59 | 0.03 | 341.71 | 0.94 | 0.56 |
| Hex | F8 | 26 | 66 | 0 | 55 | 3B | 3 | 156 | 5E | 38 |
| Octal | 370 | 46 | 146 | 0 | 125 | 73 | 3 | 526 | 136 | 70 |
| Binary | 11111000 | 100110 | 1100110 | 0 | 1010101 | 111011 | 11 | 101010110 | 1011110 | 111000 |
Color Harmonies of #F82666
Complementary color
Monochromatic Colors of #F82666
Black with #F82666
Text Example
Text Example
White with #F82666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82666; }
p { color: rgb(248,38,102); }
H1.HeaderClassName
{
color: #F82666;
}
.AnyTagClassName
{
color: #F82666;
}
</style>
background-color css
<style>
a { background-color: #F82666; }
a { background-color: rgb(248,38,102); }
div.DivClassName
{
background-color: #F82666;
}
.BgClassName
{
background-color: #F82666;
}
</style>
border-color css
<style>
span { border-color: #F82666; }
span { border-color: rgb(248,38,102); }
td.TdClassName
{
border-color: #F82666;
}
.TagClassName
{
border-color: #F82666;
}
</style>