Shades of Radical Red #F7374D
Tints of Radical Red #F7374D
RGB
CMYK
RGB Variations
Color information
#F7374D (or 0xF7374D) is known color: Radical Red. HEX triplet: F7, 37 and 4D. RGB value is (247,55,77). Sum of RGB (Red+Green+Blue) = 247+55+77=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F7374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7374D is #08C8B2. Grayscale: #737373. Windows color (decimal): -575667 or 5060599. OLE color: 5060599.
HSL color Cylindrical-coordinate representation of color #F7374D: hue angle of 353.12º 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 #F7374D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 77 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.03 |
| HSL | 353.13º | 0.92% | 0.59% | - |
| HSV(B) | 353.13º | 0.78% | 0.97% | - |
| XYZ | 41.06 | 23.04 | 9.3 | - |
| YUV | 114.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 77 | 0 | 0.78 | 0.69 | 0.03 | 353.13 | 0.92 | 0.59 |
| Hex | F7 | 37 | 4D | 0 | 4E | 45 | 3 | 161 | 5C | 3B |
| Octal | 367 | 67 | 115 | 0 | 116 | 105 | 3 | 541 | 134 | 73 |
| Binary | 11110111 | 110111 | 1001101 | 0 | 1001110 | 1000101 | 11 | 101100001 | 1011100 | 111011 |
Color Harmonies of #F7374D
Complementary color
Monochromatic Colors of #F7374D
Black with #F7374D
Text Example
Text Example
White with #F7374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7374D; }
p { color: rgb(247,55,77); }
H1.HeaderClassName
{
color: #F7374D;
}
.AnyTagClassName
{
color: #F7374D;
}
</style>
background-color css
<style>
a { background-color: #F7374D; }
a { background-color: rgb(247,55,77); }
div.DivClassName
{
background-color: #F7374D;
}
.BgClassName
{
background-color: #F7374D;
}
</style>
border-color css
<style>
span { border-color: #F7374D; }
span { border-color: rgb(247,55,77); }
td.TdClassName
{
border-color: #F7374D;
}
.TagClassName
{
border-color: #F7374D;
}
</style>