Shades of Radical Red #F53755
Tints of Radical Red #F53755
RGB
CMYK
RGB Variations
Color information
#F53755 (or 0xF53755) is known color: Radical Red. HEX triplet: F5, 37 and 55. RGB value is (245,55,85). Sum of RGB (Red+Green+Blue) = 245+55+85=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F53755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53755 is #0AC8AA. Grayscale: #737373. Windows color (decimal): -706731 or 5584885. OLE color: 5584885.
HSL color Cylindrical-coordinate representation of color #F53755: hue angle of 350.53º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53755 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 85 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.04 |
| HSL | 350.53º | 0.9% | 0.59% | - |
| HSV(B) | 350.53º | 0.78% | 0.96% | - |
| XYZ | 40.66 | 22.8 | 10.85 | - |
| YUV | 115.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 85 | 0 | 0.78 | 0.65 | 0.04 | 350.53 | 0.9 | 0.59 |
| Hex | F5 | 37 | 55 | 0 | 4E | 41 | 4 | 15F | 5A | 3B |
| Octal | 365 | 67 | 125 | 0 | 116 | 101 | 4 | 537 | 132 | 73 |
| Binary | 11110101 | 110111 | 1010101 | 0 | 1001110 | 1000001 | 100 | 101011111 | 1011010 | 111011 |
Color Harmonies of #F53755
Complementary color
Monochromatic Colors of #F53755
Black with #F53755
Text Example
Text Example
White with #F53755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53755; }
p { color: rgb(245,55,85); }
H1.HeaderClassName
{
color: #F53755;
}
.AnyTagClassName
{
color: #F53755;
}
</style>
background-color css
<style>
a { background-color: #F53755; }
a { background-color: rgb(245,55,85); }
div.DivClassName
{
background-color: #F53755;
}
.BgClassName
{
background-color: #F53755;
}
</style>
border-color css
<style>
span { border-color: #F53755; }
span { border-color: rgb(245,55,85); }
td.TdClassName
{
border-color: #F53755;
}
.TagClassName
{
border-color: #F53755;
}
</style>