Shades of Radical Red #F53673
Tints of Radical Red #F53673
RGB
CMYK
RGB Variations
Color information
#F53673 (or 0xF53673) is known color: Radical Red. HEX triplet: F5, 36 and 73. RGB value is (245,54,115). Sum of RGB (Red+Green+Blue) = 245+54+115=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53673 is #0AC98C. Grayscale: #767676. Windows color (decimal): -706957 or 7550709. OLE color: 7550709.
HSL color Cylindrical-coordinate representation of color #F53673: hue angle of 340.84º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53673 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 115 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.04 |
| HSL | 340.84º | 0.91% | 0.59% | - |
| HSV(B) | 340.84º | 0.78% | 0.96% | - |
| XYZ | 42.07 | 23.29 | 18.5 | - |
| YUV | 118.06 | 126.28 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 115 | 0 | 0.78 | 0.53 | 0.04 | 340.84 | 0.91 | 0.59 |
| Hex | F5 | 36 | 73 | 0 | 4E | 35 | 4 | 155 | 5B | 3B |
| Octal | 365 | 66 | 163 | 0 | 116 | 65 | 4 | 525 | 133 | 73 |
| Binary | 11110101 | 110110 | 1110011 | 0 | 1001110 | 110101 | 100 | 101010101 | 1011011 | 111011 |
Color Harmonies of #F53673
Complementary color
Monochromatic Colors of #F53673
Black with #F53673
Text Example
Text Example
White with #F53673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53673; }
p { color: rgb(245,54,115); }
H1.HeaderClassName
{
color: #F53673;
}
.AnyTagClassName
{
color: #F53673;
}
</style>
background-color css
<style>
a { background-color: #F53673; }
a { background-color: rgb(245,54,115); }
div.DivClassName
{
background-color: #F53673;
}
.BgClassName
{
background-color: #F53673;
}
</style>
border-color css
<style>
span { border-color: #F53673; }
span { border-color: rgb(245,54,115); }
td.TdClassName
{
border-color: #F53673;
}
.TagClassName
{
border-color: #F53673;
}
</style>