Shades of Radical Red #F7465B
Tints of Radical Red #F7465B
RGB
CMYK
RGB Variations
Color information
#F7465B (or 0xF7465B) is known color: Radical Red. HEX triplet: F7, 46 and 5B. RGB value is (247,70,91). Sum of RGB (Red+Green+Blue) = 247+70+91=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7465B is #08B9A4. Grayscale: #7D7D7D. Windows color (decimal): -571813 or 5981943. OLE color: 5981943.
HSL color Cylindrical-coordinate representation of color #F7465B: hue angle of 352.88º 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 #F7465B is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 91 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.03 |
| HSL | 352.88º | 0.92% | 0.62% | - |
| HSV(B) | 352.88º | 0.72% | 0.97% | - |
| XYZ | 42.44 | 24.91 | 12.47 | - |
| YUV | 125.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 91 | 0 | 0.72 | 0.63 | 0.03 | 352.88 | 0.92 | 0.62 |
| Hex | F7 | 46 | 5B | 0 | 48 | 3F | 3 | 161 | 5C | 3E |
| Octal | 367 | 106 | 133 | 0 | 110 | 77 | 3 | 541 | 134 | 76 |
| Binary | 11110111 | 1000110 | 1011011 | 0 | 1001000 | 111111 | 11 | 101100001 | 1011100 | 111110 |
Color Harmonies of #F7465B
Complementary color
Monochromatic Colors of #F7465B
Black with #F7465B
Text Example
Text Example
White with #F7465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7465B; }
p { color: rgb(247,70,91); }
H1.HeaderClassName
{
color: #F7465B;
}
.AnyTagClassName
{
color: #F7465B;
}
</style>
background-color css
<style>
a { background-color: #F7465B; }
a { background-color: rgb(247,70,91); }
div.DivClassName
{
background-color: #F7465B;
}
.BgClassName
{
background-color: #F7465B;
}
</style>
border-color css
<style>
span { border-color: #F7465B; }
span { border-color: rgb(247,70,91); }
td.TdClassName
{
border-color: #F7465B;
}
.TagClassName
{
border-color: #F7465B;
}
</style>