Shades of Radical Red #F53E6A
Tints of Radical Red #F53E6A
RGB
CMYK
RGB Variations
Color information
#F53E6A (or 0xF53E6A) is known color: Radical Red. HEX triplet: F5, 3E and 6A. RGB value is (245,62,106). Sum of RGB (Red+Green+Blue) = 245+62+106=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53E6A is #0AC195. Grayscale: #797979. Windows color (decimal): -704918 or 6962933. OLE color: 6962933.
HSL color Cylindrical-coordinate representation of color #F53E6A: hue angle of 345.57º 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 #F53E6A is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 106 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.04 |
| HSL | 345.57º | 0.9% | 0.6% | - |
| HSV(B) | 345.57º | 0.75% | 0.96% | - |
| XYZ | 41.98 | 23.9 | 16.04 | - |
| YUV | 121.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 106 | 0 | 0.75 | 0.57 | 0.04 | 345.57 | 0.9 | 0.6 |
| Hex | F5 | 3E | 6A | 0 | 4B | 39 | 4 | 15A | 5A | 3C |
| Octal | 365 | 76 | 152 | 0 | 113 | 71 | 4 | 532 | 132 | 74 |
| Binary | 11110101 | 111110 | 1101010 | 0 | 1001011 | 111001 | 100 | 101011010 | 1011010 | 111100 |
Color Harmonies of #F53E6A
Complementary color
Monochromatic Colors of #F53E6A
Black with #F53E6A
Text Example
Text Example
White with #F53E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E6A; }
p { color: rgb(245,62,106); }
H1.HeaderClassName
{
color: #F53E6A;
}
.AnyTagClassName
{
color: #F53E6A;
}
</style>
background-color css
<style>
a { background-color: #F53E6A; }
a { background-color: rgb(245,62,106); }
div.DivClassName
{
background-color: #F53E6A;
}
.BgClassName
{
background-color: #F53E6A;
}
</style>
border-color css
<style>
span { border-color: #F53E6A; }
span { border-color: rgb(245,62,106); }
td.TdClassName
{
border-color: #F53E6A;
}
.TagClassName
{
border-color: #F53E6A;
}
</style>