Shades of Radical Red #F7465F
Tints of Radical Red #F7465F
RGB
CMYK
RGB Variations
Color information
#F7465F (or 0xF7465F) is known color: Radical Red. HEX triplet: F7, 46 and 5F. RGB value is (247,70,95). Sum of RGB (Red+Green+Blue) = 247+70+95=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F7465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7465F is #08B9A0. Grayscale: #7D7D7D. Windows color (decimal): -571809 or 6244087. OLE color: 6244087.
HSL color Cylindrical-coordinate representation of color #F7465F: hue angle of 351.53º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7465F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 95 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.03 |
| HSL | 351.53º | 0.92% | 0.62% | - |
| HSV(B) | 351.53º | 0.72% | 0.97% | - |
| XYZ | 42.61 | 24.98 | 13.4 | - |
| YUV | 125.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 95 | 0 | 0.72 | 0.62 | 0.03 | 351.53 | 0.92 | 0.62 |
| Hex | F7 | 46 | 5F | 0 | 48 | 3E | 3 | 160 | 5C | 3E |
| Octal | 367 | 106 | 137 | 0 | 110 | 76 | 3 | 540 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1011111 | 0 | 1001000 | 111110 | 11 | 101100000 | 1011100 | 111110 |
Color Harmonies of #F7465F
Complementary color
Monochromatic Colors of #F7465F
Black with #F7465F
Text Example
Text Example
White with #F7465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7465F; }
p { color: rgb(247,70,95); }
H1.HeaderClassName
{
color: #F7465F;
}
.AnyTagClassName
{
color: #F7465F;
}
</style>
background-color css
<style>
a { background-color: #F7465F; }
a { background-color: rgb(247,70,95); }
div.DivClassName
{
background-color: #F7465F;
}
.BgClassName
{
background-color: #F7465F;
}
</style>
border-color css
<style>
span { border-color: #F7465F; }
span { border-color: rgb(247,70,95); }
td.TdClassName
{
border-color: #F7465F;
}
.TagClassName
{
border-color: #F7465F;
}
</style>