Shades of Radical Red #F7344D
Tints of Radical Red #F7344D
RGB
CMYK
RGB Variations
Color information
#F7344D (or 0xF7344D) is known color: Radical Red. HEX triplet: F7, 34 and 4D. RGB value is (247,52,77). Sum of RGB (Red+Green+Blue) = 247+52+77=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7344D is #08CBB2. Grayscale: #717171. Windows color (decimal): -576435 or 5059831. OLE color: 5059831.
HSL color Cylindrical-coordinate representation of color #F7344D: hue angle of 352.31º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F7344D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 77 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.03 |
| HSL | 352.31º | 0.92% | 0.59% | - |
| HSV(B) | 352.31º | 0.79% | 0.97% | - |
| XYZ | 40.93 | 22.77 | 9.26 | - |
| YUV | 113.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 77 | 0 | 0.79 | 0.69 | 0.03 | 352.31 | 0.92 | 0.59 |
| Hex | F7 | 34 | 4D | 0 | 4F | 45 | 3 | 160 | 5C | 3B |
| Octal | 367 | 64 | 115 | 0 | 117 | 105 | 3 | 540 | 134 | 73 |
| Binary | 11110111 | 110100 | 1001101 | 0 | 1001111 | 1000101 | 11 | 101100000 | 1011100 | 111011 |
Color Harmonies of #F7344D
Complementary color
Monochromatic Colors of #F7344D
Black with #F7344D
Text Example
Text Example
White with #F7344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7344D; }
p { color: rgb(247,52,77); }
H1.HeaderClassName
{
color: #F7344D;
}
.AnyTagClassName
{
color: #F7344D;
}
</style>
background-color css
<style>
a { background-color: #F7344D; }
a { background-color: rgb(247,52,77); }
div.DivClassName
{
background-color: #F7344D;
}
.BgClassName
{
background-color: #F7344D;
}
</style>
border-color css
<style>
span { border-color: #F7344D; }
span { border-color: rgb(247,52,77); }
td.TdClassName
{
border-color: #F7344D;
}
.TagClassName
{
border-color: #F7344D;
}
</style>