Shades of Radical Red #F7405D
Tints of Radical Red #F7405D
RGB
CMYK
RGB Variations
Color information
#F7405D (or 0xF7405D) is known color: Radical Red. HEX triplet: F7, 40 and 5D. RGB value is (247,64,93). Sum of RGB (Red+Green+Blue) = 247+64+93=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F7405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7405D is #08BFA2. Grayscale: #7A7A7A. Windows color (decimal): -573347 or 6111479. OLE color: 6111479.
HSL color Cylindrical-coordinate representation of color #F7405D: hue angle of 350.49º 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 #F7405D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 93 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.03 |
| HSL | 350.49º | 0.92% | 0.61% | - |
| HSV(B) | 350.49º | 0.74% | 0.97% | - |
| XYZ | 42.17 | 24.23 | 12.81 | - |
| YUV | 122.02 | 111.63 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 93 | 0 | 0.74 | 0.62 | 0.03 | 350.49 | 0.92 | 0.61 |
| Hex | F7 | 40 | 5D | 0 | 4A | 3E | 3 | 15E | 5C | 3D |
| Octal | 367 | 100 | 135 | 0 | 112 | 76 | 3 | 536 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1011101 | 0 | 1001010 | 111110 | 11 | 101011110 | 1011100 | 111101 |
Color Harmonies of #F7405D
Complementary color
Monochromatic Colors of #F7405D
Black with #F7405D
Text Example
Text Example
White with #F7405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7405D; }
p { color: rgb(247,64,93); }
H1.HeaderClassName
{
color: #F7405D;
}
.AnyTagClassName
{
color: #F7405D;
}
</style>
background-color css
<style>
a { background-color: #F7405D; }
a { background-color: rgb(247,64,93); }
div.DivClassName
{
background-color: #F7405D;
}
.BgClassName
{
background-color: #F7405D;
}
</style>
border-color css
<style>
span { border-color: #F7405D; }
span { border-color: rgb(247,64,93); }
td.TdClassName
{
border-color: #F7405D;
}
.TagClassName
{
border-color: #F7405D;
}
</style>