Shades of Radical Red #F74662
Tints of Radical Red #F74662
RGB
CMYK
RGB Variations
Color information
#F74662 (or 0xF74662) is known color: Radical Red. HEX triplet: F7, 46 and 62. RGB value is (247,70,98). Sum of RGB (Red+Green+Blue) = 247+70+98=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F74662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74662 is #08B99D. Grayscale: #7E7E7E. Windows color (decimal): -571806 or 6440695. OLE color: 6440695.
HSL color Cylindrical-coordinate representation of color #F74662: hue angle of 350.51º 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 #F74662 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 98 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.03 |
| HSL | 350.51º | 0.92% | 0.62% | - |
| HSV(B) | 350.51º | 0.72% | 0.97% | - |
| XYZ | 42.75 | 25.04 | 14.13 | - |
| YUV | 126.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 98 | 0 | 0.72 | 0.60 | 0.03 | 350.51 | 0.92 | 0.62 |
| Hex | F7 | 46 | 62 | 0 | 48 | 3C | 3 | 15F | 5C | 3E |
| Octal | 367 | 106 | 142 | 0 | 110 | 74 | 3 | 537 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1100010 | 0 | 1001000 | 111100 | 11 | 101011111 | 1011100 | 111110 |
Color Harmonies of #F74662
Complementary color
Monochromatic Colors of #F74662
Black with #F74662
Text Example
Text Example
White with #F74662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74662; }
p { color: rgb(247,70,98); }
H1.HeaderClassName
{
color: #F74662;
}
.AnyTagClassName
{
color: #F74662;
}
</style>
background-color css
<style>
a { background-color: #F74662; }
a { background-color: rgb(247,70,98); }
div.DivClassName
{
background-color: #F74662;
}
.BgClassName
{
background-color: #F74662;
}
</style>
border-color css
<style>
span { border-color: #F74662; }
span { border-color: rgb(247,70,98); }
td.TdClassName
{
border-color: #F74662;
}
.TagClassName
{
border-color: #F74662;
}
</style>