Shades of Radical Red #F94459
Tints of Radical Red #F94459
RGB
CMYK
RGB Variations
Color information
#F94459 (or 0xF94459) is known color: Radical Red. HEX triplet: F9, 44 and 59. RGB value is (249,68,89). Sum of RGB (Red+Green+Blue) = 249+68+89=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F94459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94459 is #06BBA6. Grayscale: #7C7C7C. Windows color (decimal): -441255 or 5850361. OLE color: 5850361.
HSL color Cylindrical-coordinate representation of color #F94459: hue angle of 353.04º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94459 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 89 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.02 |
| HSL | 353.04º | 0.94% | 0.62% | - |
| HSV(B) | 353.04º | 0.73% | 0.98% | - |
| XYZ | 42.94 | 25 | 12.01 | - |
| YUV | 124.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 89 | 0 | 0.73 | 0.64 | 0.02 | 353.04 | 0.94 | 0.62 |
| Hex | F9 | 44 | 59 | 0 | 49 | 40 | 2 | 161 | 5E | 3E |
| Octal | 371 | 104 | 131 | 0 | 111 | 100 | 2 | 541 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1011001 | 0 | 1001001 | 1000000 | 10 | 101100001 | 1011110 | 111110 |
Color Harmonies of #F94459
Complementary color
Monochromatic Colors of #F94459
Black with #F94459
Text Example
Text Example
White with #F94459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94459; }
p { color: rgb(249,68,89); }
H1.HeaderClassName
{
color: #F94459;
}
.AnyTagClassName
{
color: #F94459;
}
</style>
background-color css
<style>
a { background-color: #F94459; }
a { background-color: rgb(249,68,89); }
div.DivClassName
{
background-color: #F94459;
}
.BgClassName
{
background-color: #F94459;
}
</style>
border-color css
<style>
span { border-color: #F94459; }
span { border-color: rgb(249,68,89); }
td.TdClassName
{
border-color: #F94459;
}
.TagClassName
{
border-color: #F94459;
}
</style>