Shades of Radical Red #F9406D
Tints of Radical Red #F9406D
RGB
CMYK
RGB Variations
Color information
#F9406D (or 0xF9406D) is known color: Radical Red. HEX triplet: F9, 40 and 6D. RGB value is (249,64,109). Sum of RGB (Red+Green+Blue) = 249+64+109=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F9406D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9406D is #06BF92. Grayscale: #7C7C7C. Windows color (decimal): -442259 or 7160057. OLE color: 7160057.
HSL color Cylindrical-coordinate representation of color #F9406D: hue angle of 345.41º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9406D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 109 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.02 |
| HSL | 345.41º | 0.94% | 0.61% | - |
| HSV(B) | 345.41º | 0.74% | 0.98% | - |
| XYZ | 43.66 | 24.91 | 16.98 | - |
| YUV | 124.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 109 | 0 | 0.74 | 0.56 | 0.02 | 345.41 | 0.94 | 0.61 |
| Hex | F9 | 40 | 6D | 0 | 4A | 38 | 2 | 159 | 5E | 3D |
| Octal | 371 | 100 | 155 | 0 | 112 | 70 | 2 | 531 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1101101 | 0 | 1001010 | 111000 | 10 | 101011001 | 1011110 | 111101 |
Color Harmonies of #F9406D
Complementary color
Monochromatic Colors of #F9406D
Black with #F9406D
Text Example
Text Example
White with #F9406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9406D; }
p { color: rgb(249,64,109); }
H1.HeaderClassName
{
color: #F9406D;
}
.AnyTagClassName
{
color: #F9406D;
}
</style>
background-color css
<style>
a { background-color: #F9406D; }
a { background-color: rgb(249,64,109); }
div.DivClassName
{
background-color: #F9406D;
}
.BgClassName
{
background-color: #F9406D;
}
</style>
border-color css
<style>
span { border-color: #F9406D; }
span { border-color: rgb(249,64,109); }
td.TdClassName
{
border-color: #F9406D;
}
.TagClassName
{
border-color: #F9406D;
}
</style>