Shades of Radical Red #F4316D
Tints of Radical Red #F4316D
RGB
CMYK
RGB Variations
Color information
#F4316D (or 0xF4316D) is known color: Radical Red. HEX triplet: F4, 31 and 6D. RGB value is (244,49,109). Sum of RGB (Red+Green+Blue) = 244+49+109=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4316D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4316D is #0BCE92. Grayscale: #727272. Windows color (decimal): -773779 or 7156212. OLE color: 7156212.
HSL color Cylindrical-coordinate representation of color #F4316D: hue angle of 341.54º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4316D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 109 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.04 |
| HSL | 341.54º | 0.9% | 0.57% | - |
| HSV(B) | 341.54º | 0.8% | 0.96% | - |
| XYZ | 41.17 | 22.53 | 16.65 | - |
| YUV | 114.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 109 | 0 | 0.80 | 0.55 | 0.04 | 341.54 | 0.9 | 0.57 |
| Hex | F4 | 31 | 6D | 0 | 50 | 37 | 4 | 156 | 5A | 39 |
| Octal | 364 | 61 | 155 | 0 | 120 | 67 | 4 | 526 | 132 | 71 |
| Binary | 11110100 | 110001 | 1101101 | 0 | 1010000 | 110111 | 100 | 101010110 | 1011010 | 111001 |
Color Harmonies of #F4316D
Complementary color
Monochromatic Colors of #F4316D
Black with #F4316D
Text Example
Text Example
White with #F4316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4316D; }
p { color: rgb(244,49,109); }
H1.HeaderClassName
{
color: #F4316D;
}
.AnyTagClassName
{
color: #F4316D;
}
</style>
background-color css
<style>
a { background-color: #F4316D; }
a { background-color: rgb(244,49,109); }
div.DivClassName
{
background-color: #F4316D;
}
.BgClassName
{
background-color: #F4316D;
}
</style>
border-color css
<style>
span { border-color: #F4316D; }
span { border-color: rgb(244,49,109); }
td.TdClassName
{
border-color: #F4316D;
}
.TagClassName
{
border-color: #F4316D;
}
</style>