Shades of Radical Red #F7404A
Tints of Radical Red #F7404A
RGB
CMYK
RGB Variations
Color information
#F7404A (or 0xF7404A) is known color: Radical Red. HEX triplet: F7, 40 and 4A. RGB value is (247,64,74). Sum of RGB (Red+Green+Blue) = 247+64+74=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F7404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7404A is #08BFB5. Grayscale: #777777. Windows color (decimal): -573366 or 4866295. OLE color: 4866295.
HSL color Cylindrical-coordinate representation of color #F7404A: hue angle of 356.72º 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 #F7404A is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 74 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.03 |
| HSL | 356.72º | 0.92% | 0.61% | - |
| HSV(B) | 356.72º | 0.74% | 0.97% | - |
| XYZ | 41.43 | 23.94 | 8.92 | - |
| YUV | 119.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 74 | 0 | 0.74 | 0.70 | 0.03 | 356.72 | 0.92 | 0.61 |
| Hex | F7 | 40 | 4A | 0 | 4A | 46 | 3 | 165 | 5C | 3D |
| Octal | 367 | 100 | 112 | 0 | 112 | 106 | 3 | 545 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1001010 | 0 | 1001010 | 1000110 | 11 | 101100101 | 1011100 | 111101 |
Color Harmonies of #F7404A
Complementary color
Monochromatic Colors of #F7404A
Black with #F7404A
Text Example
Text Example
White with #F7404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7404A; }
p { color: rgb(247,64,74); }
H1.HeaderClassName
{
color: #F7404A;
}
.AnyTagClassName
{
color: #F7404A;
}
</style>
background-color css
<style>
a { background-color: #F7404A; }
a { background-color: rgb(247,64,74); }
div.DivClassName
{
background-color: #F7404A;
}
.BgClassName
{
background-color: #F7404A;
}
</style>
border-color css
<style>
span { border-color: #F7404A; }
span { border-color: rgb(247,64,74); }
td.TdClassName
{
border-color: #F7404A;
}
.TagClassName
{
border-color: #F7404A;
}
</style>