Shades of Radical Red #F91E5B
Tints of Radical Red #F91E5B
RGB
CMYK
RGB Variations
Color information
#F91E5B (or 0xF91E5B) is known color: Radical Red. HEX triplet: F9, 1E and 5B. RGB value is (249,30,91). Sum of RGB (Red+Green+Blue) = 249+30+91=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91E5B is #06E1A4. Grayscale: #666666. Windows color (decimal): -450981 or 5971705. OLE color: 5971705.
HSL color Cylindrical-coordinate representation of color #F91E5B: hue angle of 343.29º 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 #F91E5B is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 91 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.02 |
| HSL | 343.29º | 0.95% | 0.55% | - |
| HSV(B) | 343.29º | 0.88% | 0.98% | - |
| XYZ | 41.42 | 21.82 | 11.93 | - |
| YUV | 102.44 | 121.55 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 91 | 0 | 0.88 | 0.63 | 0.02 | 343.29 | 0.95 | 0.55 |
| Hex | F9 | 1E | 5B | 0 | 58 | 3F | 2 | 157 | 5F | 37 |
| Octal | 371 | 36 | 133 | 0 | 130 | 77 | 2 | 527 | 137 | 67 |
| Binary | 11111001 | 11110 | 1011011 | 0 | 1011000 | 111111 | 10 | 101010111 | 1011111 | 110111 |
Color Harmonies of #F91E5B
Complementary color
Monochromatic Colors of #F91E5B
Black with #F91E5B
Text Example
Text Example
White with #F91E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91E5B; }
p { color: rgb(249,30,91); }
H1.HeaderClassName
{
color: #F91E5B;
}
.AnyTagClassName
{
color: #F91E5B;
}
</style>
background-color css
<style>
a { background-color: #F91E5B; }
a { background-color: rgb(249,30,91); }
div.DivClassName
{
background-color: #F91E5B;
}
.BgClassName
{
background-color: #F91E5B;
}
</style>
border-color css
<style>
span { border-color: #F91E5B; }
span { border-color: rgb(249,30,91); }
td.TdClassName
{
border-color: #F91E5B;
}
.TagClassName
{
border-color: #F91E5B;
}
</style>