Shades of Radical Red #F74A5E
Tints of Radical Red #F74A5E
RGB
CMYK
RGB Variations
Color information
#F74A5E (or 0xF74A5E) is known color: Radical Red. HEX triplet: F7, 4A and 5E. RGB value is (247,74,94). Sum of RGB (Red+Green+Blue) = 247+74+94=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A5E is #08B5A1. Grayscale: #808080. Windows color (decimal): -570786 or 6179575. OLE color: 6179575.
HSL color Cylindrical-coordinate representation of color #F74A5E: hue angle of 353.06º 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 #F74A5E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 94 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.03 |
| HSL | 353.06º | 0.92% | 0.63% | - |
| HSV(B) | 353.06º | 0.7% | 0.97% | - |
| XYZ | 42.83 | 25.48 | 13.25 | - |
| YUV | 128.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 94 | 0 | 0.70 | 0.62 | 0.03 | 353.06 | 0.92 | 0.63 |
| Hex | F7 | 4A | 5E | 0 | 46 | 3E | 3 | 161 | 5C | 3F |
| Octal | 367 | 112 | 136 | 0 | 106 | 76 | 3 | 541 | 134 | 77 |
| Binary | 11110111 | 1001010 | 1011110 | 0 | 1000110 | 111110 | 11 | 101100001 | 1011100 | 111111 |
Color Harmonies of #F74A5E
Complementary color
Monochromatic Colors of #F74A5E
Black with #F74A5E
Text Example
Text Example
White with #F74A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A5E; }
p { color: rgb(247,74,94); }
H1.HeaderClassName
{
color: #F74A5E;
}
.AnyTagClassName
{
color: #F74A5E;
}
</style>
background-color css
<style>
a { background-color: #F74A5E; }
a { background-color: rgb(247,74,94); }
div.DivClassName
{
background-color: #F74A5E;
}
.BgClassName
{
background-color: #F74A5E;
}
</style>
border-color css
<style>
span { border-color: #F74A5E; }
span { border-color: rgb(247,74,94); }
td.TdClassName
{
border-color: #F74A5E;
}
.TagClassName
{
border-color: #F74A5E;
}
</style>