Shades of Radical Red #F93559
Tints of Radical Red #F93559
RGB
CMYK
RGB Variations
Color information
#F93559 (or 0xF93559) is known color: Radical Red. HEX triplet: F9, 35 and 59. RGB value is (249,53,89). Sum of RGB (Red+Green+Blue) = 249+53+89=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F93559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93559 is #06CAA6. Grayscale: #737373. Windows color (decimal): -445095 or 5846521. OLE color: 5846521.
HSL color Cylindrical-coordinate representation of color #F93559: hue angle of 348.98º 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 #F93559 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 89 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.02 |
| HSL | 348.98º | 0.94% | 0.59% | - |
| HSV(B) | 348.98º | 0.79% | 0.98% | - |
| XYZ | 42.14 | 23.41 | 11.75 | - |
| YUV | 115.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 89 | 0 | 0.79 | 0.64 | 0.02 | 348.98 | 0.94 | 0.59 |
| Hex | F9 | 35 | 59 | 0 | 4F | 40 | 2 | 15D | 5E | 3B |
| Octal | 371 | 65 | 131 | 0 | 117 | 100 | 2 | 535 | 136 | 73 |
| Binary | 11111001 | 110101 | 1011001 | 0 | 1001111 | 1000000 | 10 | 101011101 | 1011110 | 111011 |
Color Harmonies of #F93559
Complementary color
Monochromatic Colors of #F93559
Black with #F93559
Text Example
Text Example
White with #F93559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93559; }
p { color: rgb(249,53,89); }
H1.HeaderClassName
{
color: #F93559;
}
.AnyTagClassName
{
color: #F93559;
}
</style>
background-color css
<style>
a { background-color: #F93559; }
a { background-color: rgb(249,53,89); }
div.DivClassName
{
background-color: #F93559;
}
.BgClassName
{
background-color: #F93559;
}
</style>
border-color css
<style>
span { border-color: #F93559; }
span { border-color: rgb(249,53,89); }
td.TdClassName
{
border-color: #F93559;
}
.TagClassName
{
border-color: #F93559;
}
</style>