Shades of Radical Red #F74663
Tints of Radical Red #F74663
RGB
CMYK
RGB Variations
Color information
#F74663 (or 0xF74663) is known color: Radical Red. HEX triplet: F7, 46 and 63. RGB value is (247,70,99). Sum of RGB (Red+Green+Blue) = 247+70+99=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F74663 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74663 is #08B99C. Grayscale: #7E7E7E. Windows color (decimal): -571805 or 6506231. OLE color: 6506231.
HSL color Cylindrical-coordinate representation of color #F74663: hue angle of 350.17º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74663 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 99 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.03 |
| HSL | 350.17º | 0.92% | 0.62% | - |
| HSV(B) | 350.17º | 0.72% | 0.97% | - |
| XYZ | 42.8 | 25.06 | 14.38 | - |
| YUV | 126.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 99 | 0 | 0.72 | 0.60 | 0.03 | 350.17 | 0.92 | 0.62 |
| Hex | F7 | 46 | 63 | 0 | 48 | 3C | 3 | 15E | 5C | 3E |
| Octal | 367 | 106 | 143 | 0 | 110 | 74 | 3 | 536 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1100011 | 0 | 1001000 | 111100 | 11 | 101011110 | 1011100 | 111110 |
Color Harmonies of #F74663
Complementary color
Monochromatic Colors of #F74663
Black with #F74663
Text Example
Text Example
White with #F74663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74663; }
p { color: rgb(247,70,99); }
H1.HeaderClassName
{
color: #F74663;
}
.AnyTagClassName
{
color: #F74663;
}
</style>
background-color css
<style>
a { background-color: #F74663; }
a { background-color: rgb(247,70,99); }
div.DivClassName
{
background-color: #F74663;
}
.BgClassName
{
background-color: #F74663;
}
</style>
border-color css
<style>
span { border-color: #F74663; }
span { border-color: rgb(247,70,99); }
td.TdClassName
{
border-color: #F74663;
}
.TagClassName
{
border-color: #F74663;
}
</style>