Shades of Radical Red #F53B5A
Tints of Radical Red #F53B5A
RGB
CMYK
RGB Variations
Color information
#F53B5A (or 0xF53B5A) is known color: Radical Red. HEX triplet: F5, 3B and 5A. RGB value is (245,59,90). Sum of RGB (Red+Green+Blue) = 245+59+90=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B5A is #0AC4A5. Grayscale: #767676. Windows color (decimal): -705702 or 5913589. OLE color: 5913589.
HSL color Cylindrical-coordinate representation of color #F53B5A: hue angle of 350º 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 #F53B5A is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 90 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.04 |
| HSL | 350º | 0.9% | 0.6% | - |
| HSV(B) | 350º | 0.76% | 0.96% | - |
| XYZ | 41.07 | 23.28 | 12 | - |
| YUV | 118.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 90 | 0 | 0.76 | 0.63 | 0.04 | 350 | 0.9 | 0.6 |
| Hex | F5 | 3B | 5A | 0 | 4C | 3F | 4 | 15E | 5A | 3C |
| Octal | 365 | 73 | 132 | 0 | 114 | 77 | 4 | 536 | 132 | 74 |
| Binary | 11110101 | 111011 | 1011010 | 0 | 1001100 | 111111 | 100 | 101011110 | 1011010 | 111100 |
Color Harmonies of #F53B5A
Complementary color
Monochromatic Colors of #F53B5A
Black with #F53B5A
Text Example
Text Example
White with #F53B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53B5A; }
p { color: rgb(245,59,90); }
H1.HeaderClassName
{
color: #F53B5A;
}
.AnyTagClassName
{
color: #F53B5A;
}
</style>
background-color css
<style>
a { background-color: #F53B5A; }
a { background-color: rgb(245,59,90); }
div.DivClassName
{
background-color: #F53B5A;
}
.BgClassName
{
background-color: #F53B5A;
}
</style>
border-color css
<style>
span { border-color: #F53B5A; }
span { border-color: rgb(245,59,90); }
td.TdClassName
{
border-color: #F53B5A;
}
.TagClassName
{
border-color: #F53B5A;
}
</style>