Shades of Radical Red #F74966
Tints of Radical Red #F74966
RGB
CMYK
RGB Variations
Color information
#F74966 (or 0xF74966) is known color: Radical Red. HEX triplet: F7, 49 and 66. RGB value is (247,73,102). Sum of RGB (Red+Green+Blue) = 247+73+102=422 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.53% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 247 - color contains mainly: red. Hex color #F74966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74966 is #08B699. Grayscale: #808080. Windows color (decimal): -571034 or 6703607. OLE color: 6703607.
HSL color Cylindrical-coordinate representation of color #F74966: hue angle of 350º 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 #F74966 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 102 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.03 |
| HSL | 350º | 0.92% | 0.63% | - |
| HSV(B) | 350º | 0.7% | 0.97% | - |
| XYZ | 43.14 | 25.5 | 15.22 | - |
| YUV | 128.33 | 113.15 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 102 | 0 | 0.70 | 0.59 | 0.03 | 350 | 0.92 | 0.63 |
| Hex | F7 | 49 | 66 | 0 | 46 | 3B | 3 | 15E | 5C | 3F |
| Octal | 367 | 111 | 146 | 0 | 106 | 73 | 3 | 536 | 134 | 77 |
| Binary | 11110111 | 1001001 | 1100110 | 0 | 1000110 | 111011 | 11 | 101011110 | 1011100 | 111111 |
Color Harmonies of #F74966
Complementary color
Monochromatic Colors of #F74966
Black with #F74966
Text Example
Text Example
White with #F74966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74966; }
p { color: rgb(247,73,102); }
H1.HeaderClassName
{
color: #F74966;
}
.AnyTagClassName
{
color: #F74966;
}
</style>
background-color css
<style>
a { background-color: #F74966; }
a { background-color: rgb(247,73,102); }
div.DivClassName
{
background-color: #F74966;
}
.BgClassName
{
background-color: #F74966;
}
</style>
border-color css
<style>
span { border-color: #F74966; }
span { border-color: rgb(247,73,102); }
td.TdClassName
{
border-color: #F74966;
}
.TagClassName
{
border-color: #F74966;
}
</style>