Shades of Radical Red #FB406D
Tints of Radical Red #FB406D
RGB
CMYK
RGB Variations
Color information
#FB406D (or 0xFB406D) is known color: Radical Red. HEX triplet: FB, 40 and 6D. RGB value is (251,64,109). Sum of RGB (Red+Green+Blue) = 251+64+109=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB406D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB406D is #04BF92. Grayscale: #7D7D7D. Windows color (decimal): -311187 or 7160059. OLE color: 7160059.
HSL color Cylindrical-coordinate representation of color #FB406D: hue angle of 345.56º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB406D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 109 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.02 |
| HSL | 345.56º | 0.96% | 0.62% | - |
| HSV(B) | 345.56º | 0.75% | 0.98% | - |
| XYZ | 44.38 | 25.28 | 17.01 | - |
| YUV | 125.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 109 | 0 | 0.75 | 0.57 | 0.02 | 345.56 | 0.96 | 0.62 |
| Hex | FB | 40 | 6D | 0 | 4B | 39 | 2 | 15A | 60 | 3E |
| Octal | 373 | 100 | 155 | 0 | 113 | 71 | 2 | 532 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1101101 | 0 | 1001011 | 111001 | 10 | 101011010 | 1100000 | 111110 |
Color Harmonies of #FB406D
Complementary color
Monochromatic Colors of #FB406D
Black with #FB406D
Text Example
Text Example
White with #FB406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB406D; }
p { color: rgb(251,64,109); }
H1.HeaderClassName
{
color: #FB406D;
}
.AnyTagClassName
{
color: #FB406D;
}
</style>
background-color css
<style>
a { background-color: #FB406D; }
a { background-color: rgb(251,64,109); }
div.DivClassName
{
background-color: #FB406D;
}
.BgClassName
{
background-color: #FB406D;
}
</style>
border-color css
<style>
span { border-color: #FB406D; }
span { border-color: rgb(251,64,109); }
td.TdClassName
{
border-color: #FB406D;
}
.TagClassName
{
border-color: #FB406D;
}
</style>