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