Shades of Radical Red #F53E5B
Tints of Radical Red #F53E5B
RGB
CMYK
RGB Variations
Color information
#F53E5B (or 0xF53E5B) is known color: Radical Red. HEX triplet: F5, 3E and 5B. RGB value is (245,62,91). Sum of RGB (Red+Green+Blue) = 245+62+91=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53E5B is #0AC1A4. Grayscale: #787878. Windows color (decimal): -704933 or 5979893. OLE color: 5979893.
HSL color Cylindrical-coordinate representation of color #F53E5B: hue angle of 350.49º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53E5B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 91 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.04 |
| HSL | 350.49º | 0.9% | 0.6% | - |
| HSV(B) | 350.49º | 0.75% | 0.96% | - |
| XYZ | 41.27 | 23.61 | 12.28 | - |
| YUV | 120.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 91 | 0 | 0.75 | 0.63 | 0.04 | 350.49 | 0.9 | 0.6 |
| Hex | F5 | 3E | 5B | 0 | 4B | 3F | 4 | 15E | 5A | 3C |
| Octal | 365 | 76 | 133 | 0 | 113 | 77 | 4 | 536 | 132 | 74 |
| Binary | 11110101 | 111110 | 1011011 | 0 | 1001011 | 111111 | 100 | 101011110 | 1011010 | 111100 |
Color Harmonies of #F53E5B
Complementary color
Monochromatic Colors of #F53E5B
Black with #F53E5B
Text Example
Text Example
White with #F53E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E5B; }
p { color: rgb(245,62,91); }
H1.HeaderClassName
{
color: #F53E5B;
}
.AnyTagClassName
{
color: #F53E5B;
}
</style>
background-color css
<style>
a { background-color: #F53E5B; }
a { background-color: rgb(245,62,91); }
div.DivClassName
{
background-color: #F53E5B;
}
.BgClassName
{
background-color: #F53E5B;
}
</style>
border-color css
<style>
span { border-color: #F53E5B; }
span { border-color: rgb(245,62,91); }
td.TdClassName
{
border-color: #F53E5B;
}
.TagClassName
{
border-color: #F53E5B;
}
</style>