Shades of Radical Red #F53D5E
Tints of Radical Red #F53D5E
RGB
CMYK
RGB Variations
Color information
#F53D5E (or 0xF53D5E) is known color: Radical Red. HEX triplet: F5, 3D and 5E. RGB value is (245,61,94). Sum of RGB (Red+Green+Blue) = 245+61+94=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D5E is #0AC2A1. Grayscale: #777777. Windows color (decimal): -705186 or 6176245. OLE color: 6176245.
HSL color Cylindrical-coordinate representation of color #F53D5E: hue angle of 349.24º 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 #F53D5E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 94 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.04 |
| HSL | 349.24º | 0.9% | 0.6% | - |
| HSV(B) | 349.24º | 0.75% | 0.96% | - |
| XYZ | 41.35 | 23.56 | 12.96 | - |
| YUV | 119.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 94 | 0 | 0.75 | 0.62 | 0.04 | 349.24 | 0.9 | 0.6 |
| Hex | F5 | 3D | 5E | 0 | 4B | 3E | 4 | 15D | 5A | 3C |
| Octal | 365 | 75 | 136 | 0 | 113 | 76 | 4 | 535 | 132 | 74 |
| Binary | 11110101 | 111101 | 1011110 | 0 | 1001011 | 111110 | 100 | 101011101 | 1011010 | 111100 |
Color Harmonies of #F53D5E
Complementary color
Monochromatic Colors of #F53D5E
Black with #F53D5E
Text Example
Text Example
White with #F53D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D5E; }
p { color: rgb(245,61,94); }
H1.HeaderClassName
{
color: #F53D5E;
}
.AnyTagClassName
{
color: #F53D5E;
}
</style>
background-color css
<style>
a { background-color: #F53D5E; }
a { background-color: rgb(245,61,94); }
div.DivClassName
{
background-color: #F53D5E;
}
.BgClassName
{
background-color: #F53D5E;
}
</style>
border-color css
<style>
span { border-color: #F53D5E; }
span { border-color: rgb(245,61,94); }
td.TdClassName
{
border-color: #F53D5E;
}
.TagClassName
{
border-color: #F53D5E;
}
</style>