Shades of Radical Red #F53E6D
Tints of Radical Red #F53E6D
RGB
CMYK
RGB Variations
Color information
#F53E6D (or 0xF53E6D) is known color: Radical Red. HEX triplet: F5, 3E and 6D. RGB value is (245,62,109). Sum of RGB (Red+Green+Blue) = 245+62+109=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53E6D is #0AC192. Grayscale: #7A7A7A. Windows color (decimal): -704915 or 7159541. OLE color: 7159541.
HSL color Cylindrical-coordinate representation of color #F53E6D: hue angle of 344.59º 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 #F53E6D is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 109 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.04 |
| HSL | 344.59º | 0.9% | 0.6% | - |
| HSV(B) | 344.59º | 0.75% | 0.96% | - |
| XYZ | 42.14 | 23.96 | 16.87 | - |
| YUV | 122.08 | 120.63 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 109 | 0 | 0.75 | 0.56 | 0.04 | 344.59 | 0.9 | 0.6 |
| Hex | F5 | 3E | 6D | 0 | 4B | 38 | 4 | 159 | 5A | 3C |
| Octal | 365 | 76 | 155 | 0 | 113 | 70 | 4 | 531 | 132 | 74 |
| Binary | 11110101 | 111110 | 1101101 | 0 | 1001011 | 111000 | 100 | 101011001 | 1011010 | 111100 |
Color Harmonies of #F53E6D
Complementary color
Monochromatic Colors of #F53E6D
Black with #F53E6D
Text Example
Text Example
White with #F53E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E6D; }
p { color: rgb(245,62,109); }
H1.HeaderClassName
{
color: #F53E6D;
}
.AnyTagClassName
{
color: #F53E6D;
}
</style>
background-color css
<style>
a { background-color: #F53E6D; }
a { background-color: rgb(245,62,109); }
div.DivClassName
{
background-color: #F53E6D;
}
.BgClassName
{
background-color: #F53E6D;
}
</style>
border-color css
<style>
span { border-color: #F53E6D; }
span { border-color: rgb(245,62,109); }
td.TdClassName
{
border-color: #F53E6D;
}
.TagClassName
{
border-color: #F53E6D;
}
</style>