Shades of Radical Red #F7466C
Tints of Radical Red #F7466C
RGB
CMYK
RGB Variations
Color information
#F7466C (or 0xF7466C) is known color: Radical Red. HEX triplet: F7, 46 and 6C. RGB value is (247,70,108). Sum of RGB (Red+Green+Blue) = 247+70+108=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F7466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7466C is #08B993. Grayscale: #7F7F7F. Windows color (decimal): -571796 or 7096055. OLE color: 7096055.
HSL color Cylindrical-coordinate representation of color #F7466C: hue angle of 347.12º 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 #F7466C is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 108 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.03 |
| HSL | 347.12º | 0.92% | 0.62% | - |
| HSV(B) | 347.12º | 0.72% | 0.97% | - |
| XYZ | 43.25 | 25.24 | 16.78 | - |
| YUV | 127.26 | 117.14 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 108 | 0 | 0.72 | 0.56 | 0.03 | 347.12 | 0.92 | 0.62 |
| Hex | F7 | 46 | 6C | 0 | 48 | 38 | 3 | 15B | 5C | 3E |
| Octal | 367 | 106 | 154 | 0 | 110 | 70 | 3 | 533 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1101100 | 0 | 1001000 | 111000 | 11 | 101011011 | 1011100 | 111110 |
Color Harmonies of #F7466C
Complementary color
Monochromatic Colors of #F7466C
Black with #F7466C
Text Example
Text Example
White with #F7466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7466C; }
p { color: rgb(247,70,108); }
H1.HeaderClassName
{
color: #F7466C;
}
.AnyTagClassName
{
color: #F7466C;
}
</style>
background-color css
<style>
a { background-color: #F7466C; }
a { background-color: rgb(247,70,108); }
div.DivClassName
{
background-color: #F7466C;
}
.BgClassName
{
background-color: #F7466C;
}
</style>
border-color css
<style>
span { border-color: #F7466C; }
span { border-color: rgb(247,70,108); }
td.TdClassName
{
border-color: #F7466C;
}
.TagClassName
{
border-color: #F7466C;
}
</style>