Shades of Radical Red #F81F68
Tints of Radical Red #F81F68
RGB
CMYK
RGB Variations
Color information
#F81F68 (or 0xF81F68) is known color: Radical Red. HEX triplet: F8, 1F and 68. RGB value is (248,31,104). Sum of RGB (Red+Green+Blue) = 248+31+104=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81F68 is #07E097. Grayscale: #686868. Windows color (decimal): -516248 or 6823928. OLE color: 6823928.
HSL color Cylindrical-coordinate representation of color #F81F68: hue angle of 339.82º 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 #F81F68 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 104 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.03 |
| HSL | 339.82º | 0.94% | 0.55% | - |
| HSV(B) | 339.82º | 0.88% | 0.97% | - |
| XYZ | 41.7 | 21.94 | 15.13 | - |
| YUV | 104.21 | 127.89 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 104 | 0 | 0.88 | 0.58 | 0.03 | 339.82 | 0.94 | 0.55 |
| Hex | F8 | 1F | 68 | 0 | 58 | 3A | 3 | 154 | 5E | 37 |
| Octal | 370 | 37 | 150 | 0 | 130 | 72 | 3 | 524 | 136 | 67 |
| Binary | 11111000 | 11111 | 1101000 | 0 | 1011000 | 111010 | 11 | 101010100 | 1011110 | 110111 |
Color Harmonies of #F81F68
Complementary color
Monochromatic Colors of #F81F68
Black with #F81F68
Text Example
Text Example
White with #F81F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F68; }
p { color: rgb(248,31,104); }
H1.HeaderClassName
{
color: #F81F68;
}
.AnyTagClassName
{
color: #F81F68;
}
</style>
background-color css
<style>
a { background-color: #F81F68; }
a { background-color: rgb(248,31,104); }
div.DivClassName
{
background-color: #F81F68;
}
.BgClassName
{
background-color: #F81F68;
}
</style>
border-color css
<style>
span { border-color: #F81F68; }
span { border-color: rgb(248,31,104); }
td.TdClassName
{
border-color: #F81F68;
}
.TagClassName
{
border-color: #F81F68;
}
</style>