Shades of Radical Red #F53E6B
Tints of Radical Red #F53E6B
RGB
CMYK
RGB Variations
Color information
#F53E6B (or 0xF53E6B) is known color: Radical Red. HEX triplet: F5, 3E and 6B. RGB value is (245,62,107). Sum of RGB (Red+Green+Blue) = 245+62+107=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53E6B is #0AC194. Grayscale: #797979. Windows color (decimal): -704917 or 7028469. OLE color: 7028469.
HSL color Cylindrical-coordinate representation of color #F53E6B: hue angle of 345.25º 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 #F53E6B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 107 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.04 |
| HSL | 345.25º | 0.9% | 0.6% | - |
| HSV(B) | 345.25º | 0.75% | 0.96% | - |
| XYZ | 42.03 | 23.92 | 16.31 | - |
| YUV | 121.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 107 | 0 | 0.75 | 0.56 | 0.04 | 345.25 | 0.9 | 0.6 |
| Hex | F5 | 3E | 6B | 0 | 4B | 38 | 4 | 159 | 5A | 3C |
| Octal | 365 | 76 | 153 | 0 | 113 | 70 | 4 | 531 | 132 | 74 |
| Binary | 11110101 | 111110 | 1101011 | 0 | 1001011 | 111000 | 100 | 101011001 | 1011010 | 111100 |
Color Harmonies of #F53E6B
Complementary color
Monochromatic Colors of #F53E6B
Black with #F53E6B
Text Example
Text Example
White with #F53E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E6B; }
p { color: rgb(245,62,107); }
H1.HeaderClassName
{
color: #F53E6B;
}
.AnyTagClassName
{
color: #F53E6B;
}
</style>
background-color css
<style>
a { background-color: #F53E6B; }
a { background-color: rgb(245,62,107); }
div.DivClassName
{
background-color: #F53E6B;
}
.BgClassName
{
background-color: #F53E6B;
}
</style>
border-color css
<style>
span { border-color: #F53E6B; }
span { border-color: rgb(245,62,107); }
td.TdClassName
{
border-color: #F53E6B;
}
.TagClassName
{
border-color: #F53E6B;
}
</style>