Shades of Radical Red #F73053
Tints of Radical Red #F73053
RGB
CMYK
RGB Variations
Color information
#F73053 (or 0xF73053) is known color: Radical Red. HEX triplet: F7, 30 and 53. RGB value is (247,48,83). Sum of RGB (Red+Green+Blue) = 247+48+83=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F73053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73053 is #08CFAC. Grayscale: #6F6F6F. Windows color (decimal): -577453 or 5452023. OLE color: 5452023.
HSL color Cylindrical-coordinate representation of color #F73053: hue angle of 349.45º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73053 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 83 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.03 |
| HSL | 349.45º | 0.93% | 0.58% | - |
| HSV(B) | 349.45º | 0.81% | 0.97% | - |
| XYZ | 40.98 | 22.51 | 10.37 | - |
| YUV | 111.49 | 111.93 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 83 | 0 | 0.81 | 0.66 | 0.03 | 349.45 | 0.93 | 0.58 |
| Hex | F7 | 30 | 53 | 0 | 51 | 42 | 3 | 15D | 5D | 3A |
| Octal | 367 | 60 | 123 | 0 | 121 | 102 | 3 | 535 | 135 | 72 |
| Binary | 11110111 | 110000 | 1010011 | 0 | 1010001 | 1000010 | 11 | 101011101 | 1011101 | 111010 |
Color Harmonies of #F73053
Complementary color
Monochromatic Colors of #F73053
Black with #F73053
Text Example
Text Example
White with #F73053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73053; }
p { color: rgb(247,48,83); }
H1.HeaderClassName
{
color: #F73053;
}
.AnyTagClassName
{
color: #F73053;
}
</style>
background-color css
<style>
a { background-color: #F73053; }
a { background-color: rgb(247,48,83); }
div.DivClassName
{
background-color: #F73053;
}
.BgClassName
{
background-color: #F73053;
}
</style>
border-color css
<style>
span { border-color: #F73053; }
span { border-color: rgb(247,48,83); }
td.TdClassName
{
border-color: #F73053;
}
.TagClassName
{
border-color: #F73053;
}
</style>