Shades of Radical Red #FD406C
Tints of Radical Red #FD406C
RGB
CMYK
RGB Variations
Color information
#FD406C (or 0xFD406C) is known color: Radical Red. HEX triplet: FD, 40 and 6C. RGB value is (253,64,108). Sum of RGB (Red+Green+Blue) = 253+64+108=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD406C is #02BF93. Grayscale: #7D7D7D. Windows color (decimal): -180116 or 7094525. OLE color: 7094525.
HSL color Cylindrical-coordinate representation of color #FD406C: hue angle of 346.03º 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 #FD406C is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 108 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.01 |
| HSL | 346.03º | 0.98% | 0.62% | - |
| HSV(B) | 346.03º | 0.75% | 0.99% | - |
| XYZ | 45.05 | 25.63 | 16.76 | - |
| YUV | 125.53 | 118.12 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 108 | 0 | 0.75 | 0.57 | 0.01 | 346.03 | 0.98 | 0.62 |
| Hex | FD | 40 | 6C | 0 | 4B | 39 | 1 | 15A | 62 | 3E |
| Octal | 375 | 100 | 154 | 0 | 113 | 71 | 1 | 532 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1101100 | 0 | 1001011 | 111001 | 1 | 101011010 | 1100010 | 111110 |
Color Harmonies of #FD406C
Complementary color
Monochromatic Colors of #FD406C
Black with #FD406C
Text Example
Text Example
White with #FD406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD406C; }
p { color: rgb(253,64,108); }
H1.HeaderClassName
{
color: #FD406C;
}
.AnyTagClassName
{
color: #FD406C;
}
</style>
background-color css
<style>
a { background-color: #FD406C; }
a { background-color: rgb(253,64,108); }
div.DivClassName
{
background-color: #FD406C;
}
.BgClassName
{
background-color: #FD406C;
}
</style>
border-color css
<style>
span { border-color: #FD406C; }
span { border-color: rgb(253,64,108); }
td.TdClassName
{
border-color: #FD406C;
}
.TagClassName
{
border-color: #FD406C;
}
</style>