Shades of Radical Red #F55359
Tints of Radical Red #F55359
RGB
CMYK
RGB Variations
Color information
#F55359 (or 0xF55359) is known color: Radical Red. HEX triplet: F5, 53 and 59. RGB value is (245,83,89). Sum of RGB (Red+Green+Blue) = 245+83+89=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F55359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55359 is #0AACA6. Grayscale: #848484. Windows color (decimal): -699559 or 5854197. OLE color: 5854197.
HSL color Cylindrical-coordinate representation of color #F55359: hue angle of 357.78º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55359 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 89 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.04 |
| HSL | 357.78º | 0.89% | 0.64% | - |
| HSV(B) | 357.78º | 0.66% | 0.96% | - |
| XYZ | 42.55 | 26.32 | 12.29 | - |
| YUV | 132.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 89 | 0 | 0.66 | 0.64 | 0.04 | 357.78 | 0.89 | 0.64 |
| Hex | F5 | 53 | 59 | 0 | 42 | 40 | 4 | 166 | 59 | 40 |
| Octal | 365 | 123 | 131 | 0 | 102 | 100 | 4 | 546 | 131 | 100 |
| Binary | 11110101 | 1010011 | 1011001 | 0 | 1000010 | 1000000 | 100 | 101100110 | 1011001 | 1000000 |
Color Harmonies of #F55359
Complementary color
Monochromatic Colors of #F55359
Black with #F55359
Text Example
Text Example
White with #F55359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55359; }
p { color: rgb(245,83,89); }
H1.HeaderClassName
{
color: #F55359;
}
.AnyTagClassName
{
color: #F55359;
}
</style>
background-color css
<style>
a { background-color: #F55359; }
a { background-color: rgb(245,83,89); }
div.DivClassName
{
background-color: #F55359;
}
.BgClassName
{
background-color: #F55359;
}
</style>
border-color css
<style>
span { border-color: #F55359; }
span { border-color: rgb(245,83,89); }
td.TdClassName
{
border-color: #F55359;
}
.TagClassName
{
border-color: #F55359;
}
</style>