Shades of Radical Red #FD406E
Tints of Radical Red #FD406E
RGB
CMYK
RGB Variations
Color information
#FD406E (or 0xFD406E) is known color: Radical Red. HEX triplet: FD, 40 and 6E. RGB value is (253,64,110). Sum of RGB (Red+Green+Blue) = 253+64+110=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD406E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD406E is #02BF91. Grayscale: #7D7D7D. Windows color (decimal): -180114 or 7225597. OLE color: 7225597.
HSL color Cylindrical-coordinate representation of color #FD406E: hue angle of 345.4º 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 #FD406E is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 110 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.01 |
| HSL | 345.4º | 0.98% | 0.62% | - |
| HSV(B) | 345.4º | 0.75% | 0.99% | - |
| XYZ | 45.16 | 25.68 | 17.33 | - |
| YUV | 125.76 | 119.12 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 110 | 0 | 0.75 | 0.57 | 0.01 | 345.4 | 0.98 | 0.62 |
| Hex | FD | 40 | 6E | 0 | 4B | 39 | 1 | 159 | 62 | 3E |
| Octal | 375 | 100 | 156 | 0 | 113 | 71 | 1 | 531 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1101110 | 0 | 1001011 | 111001 | 1 | 101011001 | 1100010 | 111110 |
Color Harmonies of #FD406E
Complementary color
Monochromatic Colors of #FD406E
Black with #FD406E
Text Example
Text Example
White with #FD406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD406E; }
p { color: rgb(253,64,110); }
H1.HeaderClassName
{
color: #FD406E;
}
.AnyTagClassName
{
color: #FD406E;
}
</style>
background-color css
<style>
a { background-color: #FD406E; }
a { background-color: rgb(253,64,110); }
div.DivClassName
{
background-color: #FD406E;
}
.BgClassName
{
background-color: #FD406E;
}
</style>
border-color css
<style>
span { border-color: #FD406E; }
span { border-color: rgb(253,64,110); }
td.TdClassName
{
border-color: #FD406E;
}
.TagClassName
{
border-color: #FD406E;
}
</style>