Shades of Violet Red #FC408E
Tints of Violet Red #FC408E
RGB
CMYK
RGB Variations
Color information
#FC408E (or 0xFC408E) is known color: Violet Red. HEX triplet: FC, 40 and 8E. RGB value is (252,64,142). Sum of RGB (Red+Green+Blue) = 252+64+142=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC408E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC408E is #03BF71. Grayscale: #808080. Windows color (decimal): -245618 or 9322748. OLE color: 9322748.
HSL color Cylindrical-coordinate representation of color #FC408E: hue angle of 335.11º degrees, saturation: 0.97, 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 #FC408E is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 142 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.01 |
| HSL | 335.11º | 0.97% | 0.62% | - |
| HSV(B) | 335.11º | 0.75% | 0.99% | - |
| XYZ | 46.86 | 26.32 | 28.2 | - |
| YUV | 129.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 142 | 0 | 0.75 | 0.44 | 0.01 | 335.11 | 0.97 | 0.62 |
| Hex | FC | 40 | 8E | 0 | 4B | 2C | 1 | 14F | 61 | 3E |
| Octal | 374 | 100 | 216 | 0 | 113 | 54 | 1 | 517 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10001110 | 0 | 1001011 | 101100 | 1 | 101001111 | 1100001 | 111110 |
Color Harmonies of #FC408E
Complementary color
Monochromatic Colors of #FC408E
Black with #FC408E
Text Example
Text Example
White with #FC408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC408E; }
p { color: rgb(252,64,142); }
H1.HeaderClassName
{
color: #FC408E;
}
.AnyTagClassName
{
color: #FC408E;
}
</style>
background-color css
<style>
a { background-color: #FC408E; }
a { background-color: rgb(252,64,142); }
div.DivClassName
{
background-color: #FC408E;
}
.BgClassName
{
background-color: #FC408E;
}
</style>
border-color css
<style>
span { border-color: #FC408E; }
span { border-color: rgb(252,64,142); }
td.TdClassName
{
border-color: #FC408E;
}
.TagClassName
{
border-color: #FC408E;
}
</style>