Shades of Radical Red #F53B5D
Tints of Radical Red #F53B5D
RGB
CMYK
RGB Variations
Color information
#F53B5D (or 0xF53B5D) is known color: Radical Red. HEX triplet: F5, 3B and 5D. RGB value is (245,59,93). Sum of RGB (Red+Green+Blue) = 245+59+93=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B5D is #0AC4A2. Grayscale: #767676. Windows color (decimal): -705699 or 6110197. OLE color: 6110197.
HSL color Cylindrical-coordinate representation of color #F53B5D: hue angle of 349.03º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53B5D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 93 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.04 |
| HSL | 349.03º | 0.9% | 0.6% | - |
| HSV(B) | 349.03º | 0.76% | 0.96% | - |
| XYZ | 41.2 | 23.33 | 12.69 | - |
| YUV | 118.49 | 113.62 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 93 | 0 | 0.76 | 0.62 | 0.04 | 349.03 | 0.9 | 0.6 |
| Hex | F5 | 3B | 5D | 0 | 4C | 3E | 4 | 15D | 5A | 3C |
| Octal | 365 | 73 | 135 | 0 | 114 | 76 | 4 | 535 | 132 | 74 |
| Binary | 11110101 | 111011 | 1011101 | 0 | 1001100 | 111110 | 100 | 101011101 | 1011010 | 111100 |
Color Harmonies of #F53B5D
Complementary color
Monochromatic Colors of #F53B5D
Black with #F53B5D
Text Example
Text Example
White with #F53B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53B5D; }
p { color: rgb(245,59,93); }
H1.HeaderClassName
{
color: #F53B5D;
}
.AnyTagClassName
{
color: #F53B5D;
}
</style>
background-color css
<style>
a { background-color: #F53B5D; }
a { background-color: rgb(245,59,93); }
div.DivClassName
{
background-color: #F53B5D;
}
.BgClassName
{
background-color: #F53B5D;
}
</style>
border-color css
<style>
span { border-color: #F53B5D; }
span { border-color: rgb(245,59,93); }
td.TdClassName
{
border-color: #F53B5D;
}
.TagClassName
{
border-color: #F53B5D;
}
</style>