Shades of Radical Red #F73450
Tints of Radical Red #F73450
RGB
CMYK
RGB Variations
Color information
#F73450 (or 0xF73450) is known color: Radical Red. HEX triplet: F7, 34 and 50. RGB value is (247,52,80). Sum of RGB (Red+Green+Blue) = 247+52+80=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F73450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73450 is #08CBAF. Grayscale: #717171. Windows color (decimal): -576432 or 5256439. OLE color: 5256439.
HSL color Cylindrical-coordinate representation of color #F73450: hue angle of 351.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73450 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 80 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.03 |
| HSL | 351.38º | 0.92% | 0.59% | - |
| HSV(B) | 351.38º | 0.79% | 0.97% | - |
| XYZ | 41.03 | 22.81 | 9.83 | - |
| YUV | 113.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 80 | 0 | 0.79 | 0.68 | 0.03 | 351.38 | 0.92 | 0.59 |
| Hex | F7 | 34 | 50 | 0 | 4F | 44 | 3 | 15F | 5C | 3B |
| Octal | 367 | 64 | 120 | 0 | 117 | 104 | 3 | 537 | 134 | 73 |
| Binary | 11110111 | 110100 | 1010000 | 0 | 1001111 | 1000100 | 11 | 101011111 | 1011100 | 111011 |
Color Harmonies of #F73450
Complementary color
Monochromatic Colors of #F73450
Black with #F73450
Text Example
Text Example
White with #F73450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73450; }
p { color: rgb(247,52,80); }
H1.HeaderClassName
{
color: #F73450;
}
.AnyTagClassName
{
color: #F73450;
}
</style>
background-color css
<style>
a { background-color: #F73450; }
a { background-color: rgb(247,52,80); }
div.DivClassName
{
background-color: #F73450;
}
.BgClassName
{
background-color: #F73450;
}
</style>
border-color css
<style>
span { border-color: #F73450; }
span { border-color: rgb(247,52,80); }
td.TdClassName
{
border-color: #F73450;
}
.TagClassName
{
border-color: #F73450;
}
</style>