Shades of Radical Red #F74965
Tints of Radical Red #F74965
RGB
CMYK
RGB Variations
Color information
#F74965 (or 0xF74965) is known color: Radical Red. HEX triplet: F7, 49 and 65. RGB value is (247,73,101). Sum of RGB (Red+Green+Blue) = 247+73+101=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F74965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74965 is #08B69A. Grayscale: #808080. Windows color (decimal): -571035 or 6638071. OLE color: 6638071.
HSL color Cylindrical-coordinate representation of color #F74965: hue angle of 350.34º 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 #F74965 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 101 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.03 |
| HSL | 350.34º | 0.92% | 0.63% | - |
| HSV(B) | 350.34º | 0.7% | 0.97% | - |
| XYZ | 43.09 | 25.48 | 14.96 | - |
| YUV | 128.22 | 112.65 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 101 | 0 | 0.70 | 0.59 | 0.03 | 350.34 | 0.92 | 0.63 |
| Hex | F7 | 49 | 65 | 0 | 46 | 3B | 3 | 15E | 5C | 3F |
| Octal | 367 | 111 | 145 | 0 | 106 | 73 | 3 | 536 | 134 | 77 |
| Binary | 11110111 | 1001001 | 1100101 | 0 | 1000110 | 111011 | 11 | 101011110 | 1011100 | 111111 |
Color Harmonies of #F74965
Complementary color
Monochromatic Colors of #F74965
Black with #F74965
Text Example
Text Example
White with #F74965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74965; }
p { color: rgb(247,73,101); }
H1.HeaderClassName
{
color: #F74965;
}
.AnyTagClassName
{
color: #F74965;
}
</style>
background-color css
<style>
a { background-color: #F74965; }
a { background-color: rgb(247,73,101); }
div.DivClassName
{
background-color: #F74965;
}
.BgClassName
{
background-color: #F74965;
}
</style>
border-color css
<style>
span { border-color: #F74965; }
span { border-color: rgb(247,73,101); }
td.TdClassName
{
border-color: #F74965;
}
.TagClassName
{
border-color: #F74965;
}
</style>