Shades of Radical Red #F7405C
Tints of Radical Red #F7405C
RGB
CMYK
RGB Variations
Color information
#F7405C (or 0xF7405C) is known color: Radical Red. HEX triplet: F7, 40 and 5C. RGB value is (247,64,92). Sum of RGB (Red+Green+Blue) = 247+64+92=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F7405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7405C is #08BFA3. Grayscale: #797979. Windows color (decimal): -573348 or 6045943. OLE color: 6045943.
HSL color Cylindrical-coordinate representation of color #F7405C: hue angle of 350.82º 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 #F7405C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 92 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.03 |
| HSL | 350.82º | 0.92% | 0.61% | - |
| HSV(B) | 350.82º | 0.74% | 0.97% | - |
| XYZ | 42.12 | 24.21 | 12.58 | - |
| YUV | 121.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 92 | 0 | 0.74 | 0.63 | 0.03 | 350.82 | 0.92 | 0.61 |
| Hex | F7 | 40 | 5C | 0 | 4A | 3F | 3 | 15F | 5C | 3D |
| Octal | 367 | 100 | 134 | 0 | 112 | 77 | 3 | 537 | 134 | 75 |
| Binary | 11110111 | 1000000 | 1011100 | 0 | 1001010 | 111111 | 11 | 101011111 | 1011100 | 111101 |
Color Harmonies of #F7405C
Complementary color
Monochromatic Colors of #F7405C
Black with #F7405C
Text Example
Text Example
White with #F7405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7405C; }
p { color: rgb(247,64,92); }
H1.HeaderClassName
{
color: #F7405C;
}
.AnyTagClassName
{
color: #F7405C;
}
</style>
background-color css
<style>
a { background-color: #F7405C; }
a { background-color: rgb(247,64,92); }
div.DivClassName
{
background-color: #F7405C;
}
.BgClassName
{
background-color: #F7405C;
}
</style>
border-color css
<style>
span { border-color: #F7405C; }
span { border-color: rgb(247,64,92); }
td.TdClassName
{
border-color: #F7405C;
}
.TagClassName
{
border-color: #F7405C;
}
</style>