Shades of Violet Red #FC407D
Tints of Violet Red #FC407D
RGB
CMYK
RGB Variations
Color information
#FC407D (or 0xFC407D) is known color: Violet Red. HEX triplet: FC, 40 and 7D. RGB value is (252,64,125). Sum of RGB (Red+Green+Blue) = 252+64+125=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC407D is #03BF82. Grayscale: #7F7F7F. Windows color (decimal): -245635 or 8208636. OLE color: 8208636.
HSL color Cylindrical-coordinate representation of color #FC407D: hue angle of 340.53º 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 #FC407D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 125 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.01 |
| HSL | 340.53º | 0.97% | 0.62% | - |
| HSV(B) | 340.53º | 0.75% | 0.99% | - |
| XYZ | 45.68 | 25.84 | 21.98 | - |
| YUV | 127.17 | 126.78 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 125 | 0 | 0.75 | 0.50 | 0.01 | 340.53 | 0.97 | 0.62 |
| Hex | FC | 40 | 7D | 0 | 4B | 32 | 1 | 155 | 61 | 3E |
| Octal | 374 | 100 | 175 | 0 | 113 | 62 | 1 | 525 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1111101 | 0 | 1001011 | 110010 | 1 | 101010101 | 1100001 | 111110 |
Color Harmonies of #FC407D
Complementary color
Monochromatic Colors of #FC407D
Black with #FC407D
Text Example
Text Example
White with #FC407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC407D; }
p { color: rgb(252,64,125); }
H1.HeaderClassName
{
color: #FC407D;
}
.AnyTagClassName
{
color: #FC407D;
}
</style>
background-color css
<style>
a { background-color: #FC407D; }
a { background-color: rgb(252,64,125); }
div.DivClassName
{
background-color: #FC407D;
}
.BgClassName
{
background-color: #FC407D;
}
</style>
border-color css
<style>
span { border-color: #FC407D; }
span { border-color: rgb(252,64,125); }
td.TdClassName
{
border-color: #FC407D;
}
.TagClassName
{
border-color: #FC407D;
}
</style>