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