Shades of Radical Red #F81E68
Tints of Radical Red #F81E68
RGB
CMYK
RGB Variations
Color information
#F81E68 (or 0xF81E68) is known color: Radical Red. HEX triplet: F8, 1E and 68. RGB value is (248,30,104). Sum of RGB (Red+Green+Blue) = 248+30+104=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81E68 is #07E197. Grayscale: #676767. Windows color (decimal): -516504 or 6823672. OLE color: 6823672.
HSL color Cylindrical-coordinate representation of color #F81E68: hue angle of 339.63º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81E68 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 104 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.03 |
| HSL | 339.63º | 0.94% | 0.55% | - |
| HSV(B) | 339.63º | 0.88% | 0.97% | - |
| XYZ | 41.67 | 21.88 | 15.12 | - |
| YUV | 103.62 | 128.22 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 104 | 0 | 0.88 | 0.58 | 0.03 | 339.63 | 0.94 | 0.55 |
| Hex | F8 | 1E | 68 | 0 | 58 | 3A | 3 | 154 | 5E | 37 |
| Octal | 370 | 36 | 150 | 0 | 130 | 72 | 3 | 524 | 136 | 67 |
| Binary | 11111000 | 11110 | 1101000 | 0 | 1011000 | 111010 | 11 | 101010100 | 1011110 | 110111 |
Color Harmonies of #F81E68
Complementary color
Monochromatic Colors of #F81E68
Black with #F81E68
Text Example
Text Example
White with #F81E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E68; }
p { color: rgb(248,30,104); }
H1.HeaderClassName
{
color: #F81E68;
}
.AnyTagClassName
{
color: #F81E68;
}
</style>
background-color css
<style>
a { background-color: #F81E68; }
a { background-color: rgb(248,30,104); }
div.DivClassName
{
background-color: #F81E68;
}
.BgClassName
{
background-color: #F81E68;
}
</style>
border-color css
<style>
span { border-color: #F81E68; }
span { border-color: rgb(248,30,104); }
td.TdClassName
{
border-color: #F81E68;
}
.TagClassName
{
border-color: #F81E68;
}
</style>