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