Shades of Radical Red #F74047
Tints of Radical Red #F74047
RGB
CMYK
RGB Variations
Color information
#F74047 (or 0xF74047) is known color: Radical Red. HEX triplet: F7, 40 and 47. RGB value is (247,64,71). Sum of RGB (Red+Green+Blue) = 247+64+71=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F74047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74047 is #08BFB8. Grayscale: #777777. Windows color (decimal): -573369 or 4669687. OLE color: 4669687.
HSL color Cylindrical-coordinate representation of color #F74047: hue angle of 357.7º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74047 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 71 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.03 |
| HSL | 357.7º | 0.92% | 0.61% | - |
| HSV(B) | 357.7º | 0.74% | 0.97% | - |
| XYZ | 41.33 | 23.9 | 8.4 | - |
| YUV | 119.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 71 | 0 | 0.74 | 0.71 | 0.03 | 357.7 | 0.92 | 0.61 |
| Hex | F7 | 40 | 47 | 0 | 4A | 47 | 3 | 166 | 5C | 3D |
| Octal | 367 | 100 | 107 | 0 | 112 | 107 | 3 | 546 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1000111 | 0 | 1001010 | 1000111 | 11 | 101100110 | 1011100 | 111101 |
Color Harmonies of #F74047
Complementary color
Monochromatic Colors of #F74047
Black with #F74047
Text Example
Text Example
White with #F74047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74047; }
p { color: rgb(247,64,71); }
H1.HeaderClassName
{
color: #F74047;
}
.AnyTagClassName
{
color: #F74047;
}
</style>
background-color css
<style>
a { background-color: #F74047; }
a { background-color: rgb(247,64,71); }
div.DivClassName
{
background-color: #F74047;
}
.BgClassName
{
background-color: #F74047;
}
</style>
border-color css
<style>
span { border-color: #F74047; }
span { border-color: rgb(247,64,71); }
td.TdClassName
{
border-color: #F74047;
}
.TagClassName
{
border-color: #F74047;
}
</style>