Shades of Radical Red #F91C5E
Tints of Radical Red #F91C5E
RGB
CMYK
RGB Variations
Color information
#F91C5E (or 0xF91C5E) is known color: Radical Red. HEX triplet: F9, 1C and 5E. RGB value is (249,28,94). Sum of RGB (Red+Green+Blue) = 249+28+94=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C5E is #06E3A1. Grayscale: #656565. Windows color (decimal): -451490 or 6167801. OLE color: 6167801.
HSL color Cylindrical-coordinate representation of color #F91C5E: hue angle of 342.08º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C5E is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 94 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.02 |
| HSL | 342.08º | 0.95% | 0.54% | - |
| HSV(B) | 342.08º | 0.89% | 0.98% | - |
| XYZ | 41.5 | 21.78 | 12.61 | - |
| YUV | 101.6 | 123.72 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 94 | 0 | 0.89 | 0.62 | 0.02 | 342.08 | 0.95 | 0.54 |
| Hex | F9 | 1C | 5E | 0 | 59 | 3E | 2 | 156 | 5F | 36 |
| Octal | 371 | 34 | 136 | 0 | 131 | 76 | 2 | 526 | 137 | 66 |
| Binary | 11111001 | 11100 | 1011110 | 0 | 1011001 | 111110 | 10 | 101010110 | 1011111 | 110110 |
Color Harmonies of #F91C5E
Complementary color
Monochromatic Colors of #F91C5E
Black with #F91C5E
Text Example
Text Example
White with #F91C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C5E; }
p { color: rgb(249,28,94); }
H1.HeaderClassName
{
color: #F91C5E;
}
.AnyTagClassName
{
color: #F91C5E;
}
</style>
background-color css
<style>
a { background-color: #F91C5E; }
a { background-color: rgb(249,28,94); }
div.DivClassName
{
background-color: #F91C5E;
}
.BgClassName
{
background-color: #F91C5E;
}
</style>
border-color css
<style>
span { border-color: #F91C5E; }
span { border-color: rgb(249,28,94); }
td.TdClassName
{
border-color: #F91C5E;
}
.TagClassName
{
border-color: #F91C5E;
}
</style>