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