Shades of Radical Red #F4316C
Tints of Radical Red #F4316C
RGB
CMYK
RGB Variations
Color information
#F4316C (or 0xF4316C) is known color: Radical Red. HEX triplet: F4, 31 and 6C. RGB value is (244,49,108). Sum of RGB (Red+Green+Blue) = 244+49+108=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4316C is #0BCE93. Grayscale: #717171. Windows color (decimal): -773780 or 7090676. OLE color: 7090676.
HSL color Cylindrical-coordinate representation of color #F4316C: hue angle of 341.85º 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 #F4316C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 108 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.04 |
| HSL | 341.85º | 0.9% | 0.57% | - |
| HSV(B) | 341.85º | 0.8% | 0.96% | - |
| XYZ | 41.11 | 22.51 | 16.37 | - |
| YUV | 114.03 | 124.6 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 108 | 0 | 0.80 | 0.56 | 0.04 | 341.85 | 0.9 | 0.57 |
| Hex | F4 | 31 | 6C | 0 | 50 | 38 | 4 | 156 | 5A | 39 |
| Octal | 364 | 61 | 154 | 0 | 120 | 70 | 4 | 526 | 132 | 71 |
| Binary | 11110100 | 110001 | 1101100 | 0 | 1010000 | 111000 | 100 | 101010110 | 1011010 | 111001 |
Color Harmonies of #F4316C
Complementary color
Monochromatic Colors of #F4316C
Black with #F4316C
Text Example
Text Example
White with #F4316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4316C; }
p { color: rgb(244,49,108); }
H1.HeaderClassName
{
color: #F4316C;
}
.AnyTagClassName
{
color: #F4316C;
}
</style>
background-color css
<style>
a { background-color: #F4316C; }
a { background-color: rgb(244,49,108); }
div.DivClassName
{
background-color: #F4316C;
}
.BgClassName
{
background-color: #F4316C;
}
</style>
border-color css
<style>
span { border-color: #F4316C; }
span { border-color: rgb(244,49,108); }
td.TdClassName
{
border-color: #F4316C;
}
.TagClassName
{
border-color: #F4316C;
}
</style>