Shades of Radical Red #F74E5E
Tints of Radical Red #F74E5E
RGB
CMYK
RGB Variations
Color information
#F74E5E (or 0xF74E5E) is known color: Radical Red. HEX triplet: F7, 4E and 5E. RGB value is (247,78,94). Sum of RGB (Red+Green+Blue) = 247+78+94=419 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.95% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74E5E is #08B1A1. Grayscale: #828282. Windows color (decimal): -569762 or 6180599. OLE color: 6180599.
HSL color Cylindrical-coordinate representation of color #F74E5E: hue angle of 354.32º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74E5E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 94 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.03 |
| HSL | 354.32º | 0.91% | 0.64% | - |
| HSV(B) | 354.32º | 0.68% | 0.97% | - |
| XYZ | 43.1 | 26.03 | 13.34 | - |
| YUV | 130.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 94 | 0 | 0.68 | 0.62 | 0.03 | 354.32 | 0.91 | 0.64 |
| Hex | F7 | 4E | 5E | 0 | 44 | 3E | 3 | 162 | 5B | 40 |
| Octal | 367 | 116 | 136 | 0 | 104 | 76 | 3 | 542 | 133 | 100 |
| Binary | 11110111 | 1001110 | 1011110 | 0 | 1000100 | 111110 | 11 | 101100010 | 1011011 | 1000000 |
Color Harmonies of #F74E5E
Complementary color
Monochromatic Colors of #F74E5E
Black with #F74E5E
Text Example
Text Example
White with #F74E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74E5E; }
p { color: rgb(247,78,94); }
H1.HeaderClassName
{
color: #F74E5E;
}
.AnyTagClassName
{
color: #F74E5E;
}
</style>
background-color css
<style>
a { background-color: #F74E5E; }
a { background-color: rgb(247,78,94); }
div.DivClassName
{
background-color: #F74E5E;
}
.BgClassName
{
background-color: #F74E5E;
}
</style>
border-color css
<style>
span { border-color: #F74E5E; }
span { border-color: rgb(247,78,94); }
td.TdClassName
{
border-color: #F74E5E;
}
.TagClassName
{
border-color: #F74E5E;
}
</style>