Shades of Radical Red #F74045
Tints of Radical Red #F74045
RGB
CMYK
RGB Variations
Color information
#F74045 (or 0xF74045) is known color: Radical Red. HEX triplet: F7, 40 and 45. RGB value is (247,64,69). Sum of RGB (Red+Green+Blue) = 247+64+69=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F74045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74045 is #08BFBA. Grayscale: #777777. Windows color (decimal): -573371 or 4538615. OLE color: 4538615.
HSL color Cylindrical-coordinate representation of color #F74045: hue angle of 358.36º 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 #F74045 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 69 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.03 |
| HSL | 358.36º | 0.92% | 0.61% | - |
| HSV(B) | 358.36º | 0.74% | 0.97% | - |
| XYZ | 41.27 | 23.87 | 8.06 | - |
| YUV | 119.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 69 | 0 | 0.74 | 0.72 | 0.03 | 358.36 | 0.92 | 0.61 |
| Hex | F7 | 40 | 45 | 0 | 4A | 48 | 3 | 166 | 5C | 3D |
| Octal | 367 | 100 | 105 | 0 | 112 | 110 | 3 | 546 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1000101 | 0 | 1001010 | 1001000 | 11 | 101100110 | 1011100 | 111101 |
Color Harmonies of #F74045
Complementary color
Monochromatic Colors of #F74045
Black with #F74045
Text Example
Text Example
White with #F74045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74045; }
p { color: rgb(247,64,69); }
H1.HeaderClassName
{
color: #F74045;
}
.AnyTagClassName
{
color: #F74045;
}
</style>
background-color css
<style>
a { background-color: #F74045; }
a { background-color: rgb(247,64,69); }
div.DivClassName
{
background-color: #F74045;
}
.BgClassName
{
background-color: #F74045;
}
</style>
border-color css
<style>
span { border-color: #F74045; }
span { border-color: rgb(247,64,69); }
td.TdClassName
{
border-color: #F74045;
}
.TagClassName
{
border-color: #F74045;
}
</style>