Shades of Radical Red #F7364A
Tints of Radical Red #F7364A
RGB
CMYK
RGB Variations
Color information
#F7364A (or 0xF7364A) is known color: Radical Red. HEX triplet: F7, 36 and 4A. RGB value is (247,54,74). Sum of RGB (Red+Green+Blue) = 247+54+74=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F7364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7364A is #08C9B5. Grayscale: #727272. Windows color (decimal): -575926 or 4863735. OLE color: 4863735.
HSL color Cylindrical-coordinate representation of color #F7364A: hue angle of 353.78º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7364A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 74 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.03 |
| HSL | 353.78º | 0.92% | 0.59% | - |
| HSV(B) | 353.78º | 0.78% | 0.97% | - |
| XYZ | 40.91 | 22.91 | 8.74 | - |
| YUV | 113.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 74 | 0 | 0.78 | 0.70 | 0.03 | 353.78 | 0.92 | 0.59 |
| Hex | F7 | 36 | 4A | 0 | 4E | 46 | 3 | 162 | 5C | 3B |
| Octal | 367 | 66 | 112 | 0 | 116 | 106 | 3 | 542 | 134 | 73 |
| Binary | 11110111 | 110110 | 1001010 | 0 | 1001110 | 1000110 | 11 | 101100010 | 1011100 | 111011 |
Color Harmonies of #F7364A
Complementary color
Monochromatic Colors of #F7364A
Black with #F7364A
Text Example
Text Example
White with #F7364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7364A; }
p { color: rgb(247,54,74); }
H1.HeaderClassName
{
color: #F7364A;
}
.AnyTagClassName
{
color: #F7364A;
}
</style>
background-color css
<style>
a { background-color: #F7364A; }
a { background-color: rgb(247,54,74); }
div.DivClassName
{
background-color: #F7364A;
}
.BgClassName
{
background-color: #F7364A;
}
</style>
border-color css
<style>
span { border-color: #F7364A; }
span { border-color: rgb(247,54,74); }
td.TdClassName
{
border-color: #F7364A;
}
.TagClassName
{
border-color: #F7364A;
}
</style>