Shades of Radical Red #F74A50
Tints of Radical Red #F74A50
RGB
CMYK
RGB Variations
Color information
#F74A50 (or 0xF74A50) is known color: Radical Red. HEX triplet: F7, 4A and 50. RGB value is (247,74,80). Sum of RGB (Red+Green+Blue) = 247+74+80=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A50 is #08B5AF. Grayscale: #7E7E7E. Windows color (decimal): -570800 or 5262071. OLE color: 5262071.
HSL color Cylindrical-coordinate representation of color #F74A50: hue angle of 357.92º 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 #F74A50 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 80 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.03 |
| HSL | 357.92º | 0.92% | 0.63% | - |
| HSV(B) | 357.92º | 0.7% | 0.97% | - |
| XYZ | 42.25 | 25.25 | 10.24 | - |
| YUV | 126.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 80 | 0 | 0.70 | 0.68 | 0.03 | 357.92 | 0.92 | 0.63 |
| Hex | F7 | 4A | 50 | 0 | 46 | 44 | 3 | 166 | 5C | 3F |
| Octal | 367 | 112 | 120 | 0 | 106 | 104 | 3 | 546 | 134 | 77 |
| Binary | 11110111 | 1001010 | 1010000 | 0 | 1000110 | 1000100 | 11 | 101100110 | 1011100 | 111111 |
Color Harmonies of #F74A50
Complementary color
Monochromatic Colors of #F74A50
Black with #F74A50
Text Example
Text Example
White with #F74A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A50; }
p { color: rgb(247,74,80); }
H1.HeaderClassName
{
color: #F74A50;
}
.AnyTagClassName
{
color: #F74A50;
}
</style>
background-color css
<style>
a { background-color: #F74A50; }
a { background-color: rgb(247,74,80); }
div.DivClassName
{
background-color: #F74A50;
}
.BgClassName
{
background-color: #F74A50;
}
</style>
border-color css
<style>
span { border-color: #F74A50; }
span { border-color: rgb(247,74,80); }
td.TdClassName
{
border-color: #F74A50;
}
.TagClassName
{
border-color: #F74A50;
}
</style>