Shades of Radical Red #F9314E
Tints of Radical Red #F9314E
RGB
CMYK
RGB Variations
Color information
#F9314E (or 0xF9314E) is known color: Radical Red. HEX triplet: F9, 31 and 4E. RGB value is (249,49,78). Sum of RGB (Red+Green+Blue) = 249+49+78=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9314E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9314E is #06CEB1. Grayscale: #707070. Windows color (decimal): -446130 or 5124601. OLE color: 5124601.
HSL color Cylindrical-coordinate representation of color #F9314E: hue angle of 351.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9314E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 78 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.02 |
| HSL | 351.3º | 0.94% | 0.58% | - |
| HSV(B) | 351.3º | 0.8% | 0.98% | - |
| XYZ | 41.54 | 22.89 | 9.44 | - |
| YUV | 112.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 78 | 0 | 0.80 | 0.69 | 0.02 | 351.3 | 0.94 | 0.58 |
| Hex | F9 | 31 | 4E | 0 | 50 | 45 | 2 | 15F | 5E | 3A |
| Octal | 371 | 61 | 116 | 0 | 120 | 105 | 2 | 537 | 136 | 72 |
| Binary | 11111001 | 110001 | 1001110 | 0 | 1010000 | 1000101 | 10 | 101011111 | 1011110 | 111010 |
Color Harmonies of #F9314E
Complementary color
Monochromatic Colors of #F9314E
Black with #F9314E
Text Example
Text Example
White with #F9314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9314E; }
p { color: rgb(249,49,78); }
H1.HeaderClassName
{
color: #F9314E;
}
.AnyTagClassName
{
color: #F9314E;
}
</style>
background-color css
<style>
a { background-color: #F9314E; }
a { background-color: rgb(249,49,78); }
div.DivClassName
{
background-color: #F9314E;
}
.BgClassName
{
background-color: #F9314E;
}
</style>
border-color css
<style>
span { border-color: #F9314E; }
span { border-color: rgb(249,49,78); }
td.TdClassName
{
border-color: #F9314E;
}
.TagClassName
{
border-color: #F9314E;
}
</style>