Shades of Radical Red #F93459
Tints of Radical Red #F93459
RGB
CMYK
RGB Variations
Color information
#F93459 (or 0xF93459) is known color: Radical Red. HEX triplet: F9, 34 and 59. RGB value is (249,52,89). Sum of RGB (Red+Green+Blue) = 249+52+89=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F93459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93459 is #06CBA6. Grayscale: #737373. Windows color (decimal): -445351 or 5846265. OLE color: 5846265.
HSL color Cylindrical-coordinate representation of color #F93459: hue angle of 348.73º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93459 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 89 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.02 |
| HSL | 348.73º | 0.94% | 0.59% | - |
| HSV(B) | 348.73º | 0.79% | 0.98% | - |
| XYZ | 42.1 | 23.32 | 11.73 | - |
| YUV | 115.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 89 | 0 | 0.79 | 0.64 | 0.02 | 348.73 | 0.94 | 0.59 |
| Hex | F9 | 34 | 59 | 0 | 4F | 40 | 2 | 15D | 5E | 3B |
| Octal | 371 | 64 | 131 | 0 | 117 | 100 | 2 | 535 | 136 | 73 |
| Binary | 11111001 | 110100 | 1011001 | 0 | 1001111 | 1000000 | 10 | 101011101 | 1011110 | 111011 |
Color Harmonies of #F93459
Complementary color
Monochromatic Colors of #F93459
Black with #F93459
Text Example
Text Example
White with #F93459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93459; }
p { color: rgb(249,52,89); }
H1.HeaderClassName
{
color: #F93459;
}
.AnyTagClassName
{
color: #F93459;
}
</style>
background-color css
<style>
a { background-color: #F93459; }
a { background-color: rgb(249,52,89); }
div.DivClassName
{
background-color: #F93459;
}
.BgClassName
{
background-color: #F93459;
}
</style>
border-color css
<style>
span { border-color: #F93459; }
span { border-color: rgb(249,52,89); }
td.TdClassName
{
border-color: #F93459;
}
.TagClassName
{
border-color: #F93459;
}
</style>