Shades of Radical Red #F73350
Tints of Radical Red #F73350
RGB
CMYK
RGB Variations
Color information
#F73350 (or 0xF73350) is known color: Radical Red. HEX triplet: F7, 33 and 50. RGB value is (247,51,80). Sum of RGB (Red+Green+Blue) = 247+51+80=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F73350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73350 is #08CCAF. Grayscale: #707070. Windows color (decimal): -576688 or 5256183. OLE color: 5256183.
HSL color Cylindrical-coordinate representation of color #F73350: hue angle of 351.12º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F73350 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 80 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.03 |
| HSL | 351.12º | 0.92% | 0.58% | - |
| HSV(B) | 351.12º | 0.79% | 0.97% | - |
| XYZ | 40.99 | 22.72 | 9.81 | - |
| YUV | 112.91 | 109.43 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 80 | 0 | 0.79 | 0.68 | 0.03 | 351.12 | 0.92 | 0.58 |
| Hex | F7 | 33 | 50 | 0 | 4F | 44 | 3 | 15F | 5C | 3A |
| Octal | 367 | 63 | 120 | 0 | 117 | 104 | 3 | 537 | 134 | 72 |
| Binary | 11110111 | 110011 | 1010000 | 0 | 1001111 | 1000100 | 11 | 101011111 | 1011100 | 111010 |
Color Harmonies of #F73350
Complementary color
Monochromatic Colors of #F73350
Black with #F73350
Text Example
Text Example
White with #F73350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73350; }
p { color: rgb(247,51,80); }
H1.HeaderClassName
{
color: #F73350;
}
.AnyTagClassName
{
color: #F73350;
}
</style>
background-color css
<style>
a { background-color: #F73350; }
a { background-color: rgb(247,51,80); }
div.DivClassName
{
background-color: #F73350;
}
.BgClassName
{
background-color: #F73350;
}
</style>
border-color css
<style>
span { border-color: #F73350; }
span { border-color: rgb(247,51,80); }
td.TdClassName
{
border-color: #F73350;
}
.TagClassName
{
border-color: #F73350;
}
</style>