Shades of Radical Red #F7345D
Tints of Radical Red #F7345D
RGB
CMYK
RGB Variations
Color information
#F7345D (or 0xF7345D) is known color: Radical Red. HEX triplet: F7, 34 and 5D. RGB value is (247,52,93). Sum of RGB (Red+Green+Blue) = 247+52+93=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7345D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7345D is #08CBA2. Grayscale: #737373. Windows color (decimal): -576419 or 6108407. OLE color: 6108407.
HSL color Cylindrical-coordinate representation of color #F7345D: hue angle of 347.38º 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 #F7345D is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 52 | 93 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.03 |
| HSL | 347.38º | 0.92% | 0.59% | - |
| HSV(B) | 347.38º | 0.79% | 0.97% | - |
| XYZ | 41.56 | 23.02 | 12.61 | - |
| YUV | 114.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 52 | 93 | 0 | 0.79 | 0.62 | 0.03 | 347.38 | 0.92 | 0.59 |
| Hex | F7 | 34 | 5D | 0 | 4F | 3E | 3 | 15B | 5C | 3B |
| Octal | 367 | 64 | 135 | 0 | 117 | 76 | 3 | 533 | 134 | 73 |
| Binary | 11110111 | 110100 | 1011101 | 0 | 1001111 | 111110 | 11 | 101011011 | 1011100 | 111011 |
Color Harmonies of #F7345D
Complementary color
Monochromatic Colors of #F7345D
Black with #F7345D
Text Example
Text Example
White with #F7345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7345D; }
p { color: rgb(247,52,93); }
H1.HeaderClassName
{
color: #F7345D;
}
.AnyTagClassName
{
color: #F7345D;
}
</style>
background-color css
<style>
a { background-color: #F7345D; }
a { background-color: rgb(247,52,93); }
div.DivClassName
{
background-color: #F7345D;
}
.BgClassName
{
background-color: #F7345D;
}
</style>
border-color css
<style>
span { border-color: #F7345D; }
span { border-color: rgb(247,52,93); }
td.TdClassName
{
border-color: #F7345D;
}
.TagClassName
{
border-color: #F7345D;
}
</style>