Shades of Radical Red #F9366D
Tints of Radical Red #F9366D
RGB
CMYK
RGB Variations
Color information
#F9366D (or 0xF9366D) is known color: Radical Red. HEX triplet: F9, 36 and 6D. RGB value is (249,54,109). Sum of RGB (Red+Green+Blue) = 249+54+109=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9366D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9366D is #06C992. Grayscale: #767676. Windows color (decimal): -444819 or 7157497. OLE color: 7157497.
HSL color Cylindrical-coordinate representation of color #F9366D: hue angle of 343.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9366D is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 109 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.02 |
| HSL | 343.08º | 0.94% | 0.59% | - |
| HSV(B) | 343.08º | 0.78% | 0.98% | - |
| XYZ | 43.15 | 23.88 | 16.8 | - |
| YUV | 118.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 109 | 0 | 0.78 | 0.56 | 0.02 | 343.08 | 0.94 | 0.59 |
| Hex | F9 | 36 | 6D | 0 | 4E | 38 | 2 | 157 | 5E | 3B |
| Octal | 371 | 66 | 155 | 0 | 116 | 70 | 2 | 527 | 136 | 73 |
| Binary | 11111001 | 110110 | 1101101 | 0 | 1001110 | 111000 | 10 | 101010111 | 1011110 | 111011 |
Color Harmonies of #F9366D
Complementary color
Monochromatic Colors of #F9366D
Black with #F9366D
Text Example
Text Example
White with #F9366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9366D; }
p { color: rgb(249,54,109); }
H1.HeaderClassName
{
color: #F9366D;
}
.AnyTagClassName
{
color: #F9366D;
}
</style>
background-color css
<style>
a { background-color: #F9366D; }
a { background-color: rgb(249,54,109); }
div.DivClassName
{
background-color: #F9366D;
}
.BgClassName
{
background-color: #F9366D;
}
</style>
border-color css
<style>
span { border-color: #F9366D; }
span { border-color: rgb(249,54,109); }
td.TdClassName
{
border-color: #F9366D;
}
.TagClassName
{
border-color: #F9366D;
}
</style>