Shades of Radical Red #F81D5E
Tints of Radical Red #F81D5E
RGB
CMYK
RGB Variations
Color information
#F81D5E (or 0xF81D5E) is known color: Radical Red. HEX triplet: F8, 1D and 5E. RGB value is (248,29,94). Sum of RGB (Red+Green+Blue) = 248+29+94=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D5E is #07E2A1. Grayscale: #656565. Windows color (decimal): -516770 or 6168056. OLE color: 6168056.
HSL color Cylindrical-coordinate representation of color #F81D5E: hue angle of 342.19º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81D5E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 94 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.03 |
| HSL | 342.19º | 0.94% | 0.54% | - |
| HSV(B) | 342.19º | 0.88% | 0.97% | - |
| XYZ | 41.17 | 21.64 | 12.6 | - |
| YUV | 101.89 | 123.55 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 94 | 0 | 0.88 | 0.62 | 0.03 | 342.19 | 0.94 | 0.54 |
| Hex | F8 | 1D | 5E | 0 | 58 | 3E | 3 | 156 | 5E | 36 |
| Octal | 370 | 35 | 136 | 0 | 130 | 76 | 3 | 526 | 136 | 66 |
| Binary | 11111000 | 11101 | 1011110 | 0 | 1011000 | 111110 | 11 | 101010110 | 1011110 | 110110 |
Color Harmonies of #F81D5E
Complementary color
Monochromatic Colors of #F81D5E
Black with #F81D5E
Text Example
Text Example
White with #F81D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D5E; }
p { color: rgb(248,29,94); }
H1.HeaderClassName
{
color: #F81D5E;
}
.AnyTagClassName
{
color: #F81D5E;
}
</style>
background-color css
<style>
a { background-color: #F81D5E; }
a { background-color: rgb(248,29,94); }
div.DivClassName
{
background-color: #F81D5E;
}
.BgClassName
{
background-color: #F81D5E;
}
</style>
border-color css
<style>
span { border-color: #F81D5E; }
span { border-color: rgb(248,29,94); }
td.TdClassName
{
border-color: #F81D5E;
}
.TagClassName
{
border-color: #F81D5E;
}
</style>