Shades of Radical Red #F53D58
Tints of Radical Red #F53D58
RGB
CMYK
RGB Variations
Color information
#F53D58 (or 0xF53D58) is known color: Radical Red. HEX triplet: F5, 3D and 58. RGB value is (245,61,88). Sum of RGB (Red+Green+Blue) = 245+61+88=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D58 is #0AC2A7. Grayscale: #777777. Windows color (decimal): -705192 or 5783029. OLE color: 5783029.
HSL color Cylindrical-coordinate representation of color #F53D58: hue angle of 351.2º 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 #F53D58 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 88 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.04 |
| HSL | 351.2º | 0.9% | 0.6% | - |
| HSV(B) | 351.2º | 0.75% | 0.96% | - |
| XYZ | 41.09 | 23.45 | 11.59 | - |
| YUV | 119.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 88 | 0 | 0.75 | 0.64 | 0.04 | 351.2 | 0.9 | 0.6 |
| Hex | F5 | 3D | 58 | 0 | 4B | 40 | 4 | 15F | 5A | 3C |
| Octal | 365 | 75 | 130 | 0 | 113 | 100 | 4 | 537 | 132 | 74 |
| Binary | 11110101 | 111101 | 1011000 | 0 | 1001011 | 1000000 | 100 | 101011111 | 1011010 | 111100 |
Color Harmonies of #F53D58
Complementary color
Monochromatic Colors of #F53D58
Black with #F53D58
Text Example
Text Example
White with #F53D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D58; }
p { color: rgb(245,61,88); }
H1.HeaderClassName
{
color: #F53D58;
}
.AnyTagClassName
{
color: #F53D58;
}
</style>
background-color css
<style>
a { background-color: #F53D58; }
a { background-color: rgb(245,61,88); }
div.DivClassName
{
background-color: #F53D58;
}
.BgClassName
{
background-color: #F53D58;
}
</style>
border-color css
<style>
span { border-color: #F53D58; }
span { border-color: rgb(245,61,88); }
td.TdClassName
{
border-color: #F53D58;
}
.TagClassName
{
border-color: #F53D58;
}
</style>