Shades of Radical Red #F9406F
Tints of Radical Red #F9406F
RGB
CMYK
RGB Variations
Color information
#F9406F (or 0xF9406F) is known color: Radical Red. HEX triplet: F9, 40 and 6F. RGB value is (249,64,111). Sum of RGB (Red+Green+Blue) = 249+64+111=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9406F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9406F is #06BF90. Grayscale: #7C7C7C. Windows color (decimal): -442257 or 7291129. OLE color: 7291129.
HSL color Cylindrical-coordinate representation of color #F9406F: hue angle of 344.76º 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 #F9406F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 111 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.02 |
| HSL | 344.76º | 0.94% | 0.61% | - |
| HSV(B) | 344.76º | 0.74% | 0.98% | - |
| XYZ | 43.77 | 24.95 | 17.55 | - |
| YUV | 124.67 | 120.29 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 111 | 0 | 0.74 | 0.55 | 0.02 | 344.76 | 0.94 | 0.61 |
| Hex | F9 | 40 | 6F | 0 | 4A | 37 | 2 | 159 | 5E | 3D |
| Octal | 371 | 100 | 157 | 0 | 112 | 67 | 2 | 531 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1101111 | 0 | 1001010 | 110111 | 10 | 101011001 | 1011110 | 111101 |
Color Harmonies of #F9406F
Complementary color
Monochromatic Colors of #F9406F
Black with #F9406F
Text Example
Text Example
White with #F9406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9406F; }
p { color: rgb(249,64,111); }
H1.HeaderClassName
{
color: #F9406F;
}
.AnyTagClassName
{
color: #F9406F;
}
</style>
background-color css
<style>
a { background-color: #F9406F; }
a { background-color: rgb(249,64,111); }
div.DivClassName
{
background-color: #F9406F;
}
.BgClassName
{
background-color: #F9406F;
}
</style>
border-color css
<style>
span { border-color: #F9406F; }
span { border-color: rgb(249,64,111); }
td.TdClassName
{
border-color: #F9406F;
}
.TagClassName
{
border-color: #F9406F;
}
</style>