Shades of Radical Red #F7384C
Tints of Radical Red #F7384C
RGB
CMYK
RGB Variations
Color information
#F7384C (or 0xF7384C) is known color: Radical Red. HEX triplet: F7, 38 and 4C. RGB value is (247,56,76). Sum of RGB (Red+Green+Blue) = 247+56+76=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F7384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7384C is #08C7B3. Grayscale: #737373. Windows color (decimal): -575412 or 4995319. OLE color: 4995319.
HSL color Cylindrical-coordinate representation of color #F7384C: hue angle of 353.72º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7384C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 76 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.03 |
| HSL | 353.72º | 0.92% | 0.59% | - |
| HSV(B) | 353.72º | 0.77% | 0.97% | - |
| XYZ | 41.08 | 23.12 | 9.14 | - |
| YUV | 115.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 76 | 0 | 0.77 | 0.69 | 0.03 | 353.72 | 0.92 | 0.59 |
| Hex | F7 | 38 | 4C | 0 | 4D | 45 | 3 | 162 | 5C | 3B |
| Octal | 367 | 70 | 114 | 0 | 115 | 105 | 3 | 542 | 134 | 73 |
| Binary | 11110111 | 111000 | 1001100 | 0 | 1001101 | 1000101 | 11 | 101100010 | 1011100 | 111011 |
Color Harmonies of #F7384C
Complementary color
Monochromatic Colors of #F7384C
Black with #F7384C
Text Example
Text Example
White with #F7384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7384C; }
p { color: rgb(247,56,76); }
H1.HeaderClassName
{
color: #F7384C;
}
.AnyTagClassName
{
color: #F7384C;
}
</style>
background-color css
<style>
a { background-color: #F7384C; }
a { background-color: rgb(247,56,76); }
div.DivClassName
{
background-color: #F7384C;
}
.BgClassName
{
background-color: #F7384C;
}
</style>
border-color css
<style>
span { border-color: #F7384C; }
span { border-color: rgb(247,56,76); }
td.TdClassName
{
border-color: #F7384C;
}
.TagClassName
{
border-color: #F7384C;
}
</style>