Shades of Radical Red #F9316F
Tints of Radical Red #F9316F
RGB
CMYK
RGB Variations
Color information
#F9316F (or 0xF9316F) is known color: Radical Red. HEX triplet: F9, 31 and 6F. RGB value is (249,49,111). Sum of RGB (Red+Green+Blue) = 249+49+111=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9316F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9316F is #06CE90. Grayscale: #737373. Windows color (decimal): -446097 or 7287289. OLE color: 7287289.
HSL color Cylindrical-coordinate representation of color #F9316F: hue angle of 341.4º 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 #F9316F is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 111 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.02 |
| HSL | 341.4º | 0.94% | 0.58% | - |
| HSV(B) | 341.4º | 0.8% | 0.98% | - |
| XYZ | 43.03 | 23.48 | 17.3 | - |
| YUV | 115.87 | 125.26 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 111 | 0 | 0.80 | 0.55 | 0.02 | 341.4 | 0.94 | 0.58 |
| Hex | F9 | 31 | 6F | 0 | 50 | 37 | 2 | 155 | 5E | 3A |
| Octal | 371 | 61 | 157 | 0 | 120 | 67 | 2 | 525 | 136 | 72 |
| Binary | 11111001 | 110001 | 1101111 | 0 | 1010000 | 110111 | 10 | 101010101 | 1011110 | 111010 |
Color Harmonies of #F9316F
Complementary color
Monochromatic Colors of #F9316F
Black with #F9316F
Text Example
Text Example
White with #F9316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9316F; }
p { color: rgb(249,49,111); }
H1.HeaderClassName
{
color: #F9316F;
}
.AnyTagClassName
{
color: #F9316F;
}
</style>
background-color css
<style>
a { background-color: #F9316F; }
a { background-color: rgb(249,49,111); }
div.DivClassName
{
background-color: #F9316F;
}
.BgClassName
{
background-color: #F9316F;
}
</style>
border-color css
<style>
span { border-color: #F9316F; }
span { border-color: rgb(249,49,111); }
td.TdClassName
{
border-color: #F9316F;
}
.TagClassName
{
border-color: #F9316F;
}
</style>