Shades of Radical Red #FD406D
Tints of Radical Red #FD406D
RGB
CMYK
RGB Variations
Color information
#FD406D (or 0xFD406D) is known color: Radical Red. HEX triplet: FD, 40 and 6D. RGB value is (253,64,109). Sum of RGB (Red+Green+Blue) = 253+64+109=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD406D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD406D is #02BF92. Grayscale: #7D7D7D. Windows color (decimal): -180115 or 7160061. OLE color: 7160061.
HSL color Cylindrical-coordinate representation of color #FD406D: hue angle of 345.71º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD406D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 109 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.01 |
| HSL | 345.71º | 0.98% | 0.62% | - |
| HSV(B) | 345.71º | 0.75% | 0.99% | - |
| XYZ | 45.1 | 25.65 | 17.04 | - |
| YUV | 125.64 | 118.62 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 109 | 0 | 0.75 | 0.57 | 0.01 | 345.71 | 0.98 | 0.62 |
| Hex | FD | 40 | 6D | 0 | 4B | 39 | 1 | 15A | 62 | 3E |
| Octal | 375 | 100 | 155 | 0 | 113 | 71 | 1 | 532 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1101101 | 0 | 1001011 | 111001 | 1 | 101011010 | 1100010 | 111110 |
Color Harmonies of #FD406D
Complementary color
Monochromatic Colors of #FD406D
Black with #FD406D
Text Example
Text Example
White with #FD406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD406D; }
p { color: rgb(253,64,109); }
H1.HeaderClassName
{
color: #FD406D;
}
.AnyTagClassName
{
color: #FD406D;
}
</style>
background-color css
<style>
a { background-color: #FD406D; }
a { background-color: rgb(253,64,109); }
div.DivClassName
{
background-color: #FD406D;
}
.BgClassName
{
background-color: #FD406D;
}
</style>
border-color css
<style>
span { border-color: #FD406D; }
span { border-color: rgb(253,64,109); }
td.TdClassName
{
border-color: #FD406D;
}
.TagClassName
{
border-color: #FD406D;
}
</style>