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