Shades of Radical Red #F74F5E
Tints of Radical Red #F74F5E
RGB
CMYK
RGB Variations
Color information
#F74F5E (or 0xF74F5E) is known color: Radical Red. HEX triplet: F7, 4F and 5E. RGB value is (247,79,94). Sum of RGB (Red+Green+Blue) = 247+79+94=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F5E is #08B0A1. Grayscale: #838383. Windows color (decimal): -569506 or 6180855. OLE color: 6180855.
HSL color Cylindrical-coordinate representation of color #F74F5E: hue angle of 354.64º 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 #F74F5E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 94 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.03 |
| HSL | 354.64º | 0.91% | 0.64% | - |
| HSV(B) | 354.64º | 0.68% | 0.97% | - |
| XYZ | 43.17 | 26.17 | 13.37 | - |
| YUV | 130.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 94 | 0 | 0.68 | 0.62 | 0.03 | 354.64 | 0.91 | 0.64 |
| Hex | F7 | 4F | 5E | 0 | 44 | 3E | 3 | 163 | 5B | 40 |
| Octal | 367 | 117 | 136 | 0 | 104 | 76 | 3 | 543 | 133 | 100 |
| Binary | 11110111 | 1001111 | 1011110 | 0 | 1000100 | 111110 | 11 | 101100011 | 1011011 | 1000000 |
Color Harmonies of #F74F5E
Complementary color
Monochromatic Colors of #F74F5E
Black with #F74F5E
Text Example
Text Example
White with #F74F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74F5E; }
p { color: rgb(247,79,94); }
H1.HeaderClassName
{
color: #F74F5E;
}
.AnyTagClassName
{
color: #F74F5E;
}
</style>
background-color css
<style>
a { background-color: #F74F5E; }
a { background-color: rgb(247,79,94); }
div.DivClassName
{
background-color: #F74F5E;
}
.BgClassName
{
background-color: #F74F5E;
}
</style>
border-color css
<style>
span { border-color: #F74F5E; }
span { border-color: rgb(247,79,94); }
td.TdClassName
{
border-color: #F74F5E;
}
.TagClassName
{
border-color: #F74F5E;
}
</style>