Shades of Radical Red #F74060
Tints of Radical Red #F74060
RGB
CMYK
RGB Variations
Color information
#F74060 (or 0xF74060) is known color: Radical Red. HEX triplet: F7, 40 and 60. RGB value is (247,64,96). Sum of RGB (Red+Green+Blue) = 247+64+96=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F74060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74060 is #08BF9F. Grayscale: #7A7A7A. Windows color (decimal): -573344 or 6308087. OLE color: 6308087.
HSL color Cylindrical-coordinate representation of color #F74060: hue angle of 349.51º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74060 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 96 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.03 |
| HSL | 349.51º | 0.92% | 0.61% | - |
| HSV(B) | 349.51º | 0.74% | 0.97% | - |
| XYZ | 42.3 | 24.29 | 13.52 | - |
| YUV | 122.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 96 | 0 | 0.74 | 0.61 | 0.03 | 349.51 | 0.92 | 0.61 |
| Hex | F7 | 40 | 60 | 0 | 4A | 3D | 3 | 15E | 5C | 3D |
| Octal | 367 | 100 | 140 | 0 | 112 | 75 | 3 | 536 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1100000 | 0 | 1001010 | 111101 | 11 | 101011110 | 1011100 | 111101 |
Color Harmonies of #F74060
Complementary color
Monochromatic Colors of #F74060
Black with #F74060
Text Example
Text Example
White with #F74060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74060; }
p { color: rgb(247,64,96); }
H1.HeaderClassName
{
color: #F74060;
}
.AnyTagClassName
{
color: #F74060;
}
</style>
background-color css
<style>
a { background-color: #F74060; }
a { background-color: rgb(247,64,96); }
div.DivClassName
{
background-color: #F74060;
}
.BgClassName
{
background-color: #F74060;
}
</style>
border-color css
<style>
span { border-color: #F74060; }
span { border-color: rgb(247,64,96); }
td.TdClassName
{
border-color: #F74060;
}
.TagClassName
{
border-color: #F74060;
}
</style>