Shades of Radical Red #F73B4D
Tints of Radical Red #F73B4D
RGB
CMYK
RGB Variations
Color information
#F73B4D (or 0xF73B4D) is known color: Radical Red. HEX triplet: F7, 3B and 4D. RGB value is (247,59,77). Sum of RGB (Red+Green+Blue) = 247+59+77=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73B4D is #08C4B2. Grayscale: #757575. Windows color (decimal): -574643 or 5061623. OLE color: 5061623.
HSL color Cylindrical-coordinate representation of color #F73B4D: hue angle of 354.26º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73B4D is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 77 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.03 |
| HSL | 354.26º | 0.92% | 0.6% | - |
| HSV(B) | 354.26º | 0.76% | 0.97% | - |
| XYZ | 41.26 | 23.44 | 9.37 | - |
| YUV | 117.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 77 | 0 | 0.76 | 0.69 | 0.03 | 354.26 | 0.92 | 0.6 |
| Hex | F7 | 3B | 4D | 0 | 4C | 45 | 3 | 162 | 5C | 3C |
| Octal | 367 | 73 | 115 | 0 | 114 | 105 | 3 | 542 | 134 | 74 |
| Binary | 11110111 | 111011 | 1001101 | 0 | 1001100 | 1000101 | 11 | 101100010 | 1011100 | 111100 |
Color Harmonies of #F73B4D
Complementary color
Monochromatic Colors of #F73B4D
Black with #F73B4D
Text Example
Text Example
White with #F73B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73B4D; }
p { color: rgb(247,59,77); }
H1.HeaderClassName
{
color: #F73B4D;
}
.AnyTagClassName
{
color: #F73B4D;
}
</style>
background-color css
<style>
a { background-color: #F73B4D; }
a { background-color: rgb(247,59,77); }
div.DivClassName
{
background-color: #F73B4D;
}
.BgClassName
{
background-color: #F73B4D;
}
</style>
border-color css
<style>
span { border-color: #F73B4D; }
span { border-color: rgb(247,59,77); }
td.TdClassName
{
border-color: #F73B4D;
}
.TagClassName
{
border-color: #F73B4D;
}
</style>