Shades of Radical Red #F9406C
Tints of Radical Red #F9406C
RGB
CMYK
RGB Variations
Color information
#F9406C (or 0xF9406C) is known color: Radical Red. HEX triplet: F9, 40 and 6C. RGB value is (249,64,108). Sum of RGB (Red+Green+Blue) = 249+64+108=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F9406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9406C is #06BF93. Grayscale: #7C7C7C. Windows color (decimal): -442260 or 7094521. OLE color: 7094521.
HSL color Cylindrical-coordinate representation of color #F9406C: hue angle of 345.73º 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 #F9406C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 108 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.02 |
| HSL | 345.73º | 0.94% | 0.61% | - |
| HSV(B) | 345.73º | 0.74% | 0.98% | - |
| XYZ | 43.61 | 24.89 | 16.69 | - |
| YUV | 124.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 108 | 0 | 0.74 | 0.57 | 0.02 | 345.73 | 0.94 | 0.61 |
| Hex | F9 | 40 | 6C | 0 | 4A | 39 | 2 | 15A | 5E | 3D |
| Octal | 371 | 100 | 154 | 0 | 112 | 71 | 2 | 532 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1101100 | 0 | 1001010 | 111001 | 10 | 101011010 | 1011110 | 111101 |
Color Harmonies of #F9406C
Complementary color
Monochromatic Colors of #F9406C
Black with #F9406C
Text Example
Text Example
White with #F9406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9406C; }
p { color: rgb(249,64,108); }
H1.HeaderClassName
{
color: #F9406C;
}
.AnyTagClassName
{
color: #F9406C;
}
</style>
background-color css
<style>
a { background-color: #F9406C; }
a { background-color: rgb(249,64,108); }
div.DivClassName
{
background-color: #F9406C;
}
.BgClassName
{
background-color: #F9406C;
}
</style>
border-color css
<style>
span { border-color: #F9406C; }
span { border-color: rgb(249,64,108); }
td.TdClassName
{
border-color: #F9406C;
}
.TagClassName
{
border-color: #F9406C;
}
</style>