Shades of Radical Red #F7405F
Tints of Radical Red #F7405F
RGB
CMYK
RGB Variations
Color information
#F7405F (or 0xF7405F) is known color: Radical Red. HEX triplet: F7, 40 and 5F. RGB value is (247,64,95). Sum of RGB (Red+Green+Blue) = 247+64+95=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7405F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7405F is #08BFA0. Grayscale: #7A7A7A. Windows color (decimal): -573345 or 6242551. OLE color: 6242551.
HSL color Cylindrical-coordinate representation of color #F7405F: hue angle of 349.84º 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 #F7405F is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 95 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.03 |
| HSL | 349.84º | 0.92% | 0.61% | - |
| HSV(B) | 349.84º | 0.74% | 0.97% | - |
| XYZ | 42.26 | 24.27 | 13.28 | - |
| YUV | 122.25 | 112.63 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 95 | 0 | 0.74 | 0.62 | 0.03 | 349.84 | 0.92 | 0.61 |
| Hex | F7 | 40 | 5F | 0 | 4A | 3E | 3 | 15E | 5C | 3D |
| Octal | 367 | 100 | 137 | 0 | 112 | 76 | 3 | 536 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1011111 | 0 | 1001010 | 111110 | 11 | 101011110 | 1011100 | 111101 |
Color Harmonies of #F7405F
Complementary color
Monochromatic Colors of #F7405F
Black with #F7405F
Text Example
Text Example
White with #F7405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7405F; }
p { color: rgb(247,64,95); }
H1.HeaderClassName
{
color: #F7405F;
}
.AnyTagClassName
{
color: #F7405F;
}
</style>
background-color css
<style>
a { background-color: #F7405F; }
a { background-color: rgb(247,64,95); }
div.DivClassName
{
background-color: #F7405F;
}
.BgClassName
{
background-color: #F7405F;
}
</style>
border-color css
<style>
span { border-color: #F7405F; }
span { border-color: rgb(247,64,95); }
td.TdClassName
{
border-color: #F7405F;
}
.TagClassName
{
border-color: #F7405F;
}
</style>