Shades of Radical Red #F91D5E
Tints of Radical Red #F91D5E
RGB
CMYK
RGB Variations
Color information
#F91D5E (or 0xF91D5E) is known color: Radical Red. HEX triplet: F9, 1D and 5E. RGB value is (249,29,94). Sum of RGB (Red+Green+Blue) = 249+29+94=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D5E is #06E2A1. Grayscale: #666666. Windows color (decimal): -451234 or 6168057. OLE color: 6168057.
HSL color Cylindrical-coordinate representation of color #F91D5E: hue angle of 342.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D5E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 94 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.02 |
| HSL | 342.27º | 0.95% | 0.55% | - |
| HSV(B) | 342.27º | 0.88% | 0.98% | - |
| XYZ | 41.53 | 21.83 | 12.61 | - |
| YUV | 102.19 | 123.39 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 94 | 0 | 0.88 | 0.62 | 0.02 | 342.27 | 0.95 | 0.55 |
| Hex | F9 | 1D | 5E | 0 | 58 | 3E | 2 | 156 | 5F | 37 |
| Octal | 371 | 35 | 136 | 0 | 130 | 76 | 2 | 526 | 137 | 67 |
| Binary | 11111001 | 11101 | 1011110 | 0 | 1011000 | 111110 | 10 | 101010110 | 1011111 | 110111 |
Color Harmonies of #F91D5E
Complementary color
Monochromatic Colors of #F91D5E
Black with #F91D5E
Text Example
Text Example
White with #F91D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D5E; }
p { color: rgb(249,29,94); }
H1.HeaderClassName
{
color: #F91D5E;
}
.AnyTagClassName
{
color: #F91D5E;
}
</style>
background-color css
<style>
a { background-color: #F91D5E; }
a { background-color: rgb(249,29,94); }
div.DivClassName
{
background-color: #F91D5E;
}
.BgClassName
{
background-color: #F91D5E;
}
</style>
border-color css
<style>
span { border-color: #F91D5E; }
span { border-color: rgb(249,29,94); }
td.TdClassName
{
border-color: #F91D5E;
}
.TagClassName
{
border-color: #F91D5E;
}
</style>