Shades of Radical Red #F74956
Tints of Radical Red #F74956
RGB
CMYK
RGB Variations
Color information
#F74956 (or 0xF74956) is known color: Radical Red. HEX triplet: F7, 49 and 56. RGB value is (247,73,86). Sum of RGB (Red+Green+Blue) = 247+73+86=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F74956 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74956 is #08B6A9. Grayscale: #7E7E7E. Windows color (decimal): -571050 or 5655031. OLE color: 5655031.
HSL color Cylindrical-coordinate representation of color #F74956: hue angle of 355.52º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74956 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 86 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.03 |
| HSL | 355.52º | 0.92% | 0.63% | - |
| HSV(B) | 355.52º | 0.7% | 0.97% | - |
| XYZ | 42.42 | 25.21 | 11.43 | - |
| YUV | 126.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 86 | 0 | 0.70 | 0.65 | 0.03 | 355.52 | 0.92 | 0.63 |
| Hex | F7 | 49 | 56 | 0 | 46 | 41 | 3 | 164 | 5C | 3F |
| Octal | 367 | 111 | 126 | 0 | 106 | 101 | 3 | 544 | 134 | 77 |
| Binary | 11110111 | 1001001 | 1010110 | 0 | 1000110 | 1000001 | 11 | 101100100 | 1011100 | 111111 |
Color Harmonies of #F74956
Complementary color
Monochromatic Colors of #F74956
Black with #F74956
Text Example
Text Example
White with #F74956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74956; }
p { color: rgb(247,73,86); }
H1.HeaderClassName
{
color: #F74956;
}
.AnyTagClassName
{
color: #F74956;
}
</style>
background-color css
<style>
a { background-color: #F74956; }
a { background-color: rgb(247,73,86); }
div.DivClassName
{
background-color: #F74956;
}
.BgClassName
{
background-color: #F74956;
}
</style>
border-color css
<style>
span { border-color: #F74956; }
span { border-color: rgb(247,73,86); }
td.TdClassName
{
border-color: #F74956;
}
.TagClassName
{
border-color: #F74956;
}
</style>