Shades of Radical Red #F9366C
Tints of Radical Red #F9366C
RGB
CMYK
RGB Variations
Color information
#F9366C (or 0xF9366C) is known color: Radical Red. HEX triplet: F9, 36 and 6C. RGB value is (249,54,108). Sum of RGB (Red+Green+Blue) = 249+54+108=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9366C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9366C is #06C993. Grayscale: #767676. Windows color (decimal): -444820 or 7091961. OLE color: 7091961.
HSL color Cylindrical-coordinate representation of color #F9366C: hue angle of 343.38º 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 #F9366C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 108 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.02 |
| HSL | 343.38º | 0.94% | 0.59% | - |
| HSV(B) | 343.38º | 0.78% | 0.98% | - |
| XYZ | 43.09 | 23.86 | 16.52 | - |
| YUV | 118.46 | 122.1 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 108 | 0 | 0.78 | 0.57 | 0.02 | 343.38 | 0.94 | 0.59 |
| Hex | F9 | 36 | 6C | 0 | 4E | 39 | 2 | 157 | 5E | 3B |
| Octal | 371 | 66 | 154 | 0 | 116 | 71 | 2 | 527 | 136 | 73 |
| Binary | 11111001 | 110110 | 1101100 | 0 | 1001110 | 111001 | 10 | 101010111 | 1011110 | 111011 |
Color Harmonies of #F9366C
Complementary color
Monochromatic Colors of #F9366C
Black with #F9366C
Text Example
Text Example
White with #F9366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9366C; }
p { color: rgb(249,54,108); }
H1.HeaderClassName
{
color: #F9366C;
}
.AnyTagClassName
{
color: #F9366C;
}
</style>
background-color css
<style>
a { background-color: #F9366C; }
a { background-color: rgb(249,54,108); }
div.DivClassName
{
background-color: #F9366C;
}
.BgClassName
{
background-color: #F9366C;
}
</style>
border-color css
<style>
span { border-color: #F9366C; }
span { border-color: rgb(249,54,108); }
td.TdClassName
{
border-color: #F9366C;
}
.TagClassName
{
border-color: #F9366C;
}
</style>