Shades of Radical Red #F7444D
Tints of Radical Red #F7444D
RGB
CMYK
RGB Variations
Color information
#F7444D (or 0xF7444D) is known color: Radical Red. HEX triplet: F7, 44 and 4D. RGB value is (247,68,77). Sum of RGB (Red+Green+Blue) = 247+68+77=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7444D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7444D is #08BBB2. Grayscale: #7A7A7A. Windows color (decimal): -572339 or 5063927. OLE color: 5063927.
HSL color Cylindrical-coordinate representation of color #F7444D: hue angle of 356.98º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7444D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 77 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.03 |
| HSL | 356.98º | 0.92% | 0.62% | - |
| HSV(B) | 356.98º | 0.72% | 0.97% | - |
| XYZ | 41.76 | 24.44 | 9.54 | - |
| YUV | 122.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 77 | 0 | 0.72 | 0.69 | 0.03 | 356.98 | 0.92 | 0.62 |
| Hex | F7 | 44 | 4D | 0 | 48 | 45 | 3 | 165 | 5C | 3E |
| Octal | 367 | 104 | 115 | 0 | 110 | 105 | 3 | 545 | 134 | 76 |
| Binary | 11110111 | 1000100 | 1001101 | 0 | 1001000 | 1000101 | 11 | 101100101 | 1011100 | 111110 |
Color Harmonies of #F7444D
Complementary color
Monochromatic Colors of #F7444D
Black with #F7444D
Text Example
Text Example
White with #F7444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7444D; }
p { color: rgb(247,68,77); }
H1.HeaderClassName
{
color: #F7444D;
}
.AnyTagClassName
{
color: #F7444D;
}
</style>
background-color css
<style>
a { background-color: #F7444D; }
a { background-color: rgb(247,68,77); }
div.DivClassName
{
background-color: #F7444D;
}
.BgClassName
{
background-color: #F7444D;
}
</style>
border-color css
<style>
span { border-color: #F7444D; }
span { border-color: rgb(247,68,77); }
td.TdClassName
{
border-color: #F7444D;
}
.TagClassName
{
border-color: #F7444D;
}
</style>