Shades of Violet Red #FC4696
Tints of Violet Red #FC4696
RGB
CMYK
RGB Variations
Color information
#FC4696 (or 0xFC4696) is known color: Violet Red. HEX triplet: FC, 46 and 96. RGB value is (252,70,150). Sum of RGB (Red+Green+Blue) = 252+70+150=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4696 is #03B969. Grayscale: #858585. Windows color (decimal): -244074 or 9848572. OLE color: 9848572.
HSL color Cylindrical-coordinate representation of color #FC4696: hue angle of 333.63º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC4696 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 150 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.01 |
| HSL | 333.63º | 0.97% | 0.63% | - |
| HSV(B) | 333.63º | 0.72% | 0.99% | - |
| XYZ | 47.84 | 27.28 | 31.6 | - |
| YUV | 133.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 150 | 0 | 0.72 | 0.40 | 0.01 | 333.63 | 0.97 | 0.63 |
| Hex | FC | 46 | 96 | 0 | 48 | 28 | 1 | 14E | 61 | 3F |
| Octal | 374 | 106 | 226 | 0 | 110 | 50 | 1 | 516 | 141 | 77 |
| Binary | 11111100 | 1000110 | 10010110 | 0 | 1001000 | 101000 | 1 | 101001110 | 1100001 | 111111 |
Color Harmonies of #FC4696
Complementary color
Monochromatic Colors of #FC4696
Black with #FC4696
Text Example
Text Example
White with #FC4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4696; }
p { color: rgb(252,70,150); }
H1.HeaderClassName
{
color: #FC4696;
}
.AnyTagClassName
{
color: #FC4696;
}
</style>
background-color css
<style>
a { background-color: #FC4696; }
a { background-color: rgb(252,70,150); }
div.DivClassName
{
background-color: #FC4696;
}
.BgClassName
{
background-color: #FC4696;
}
</style>
border-color css
<style>
span { border-color: #FC4696; }
span { border-color: rgb(252,70,150); }
td.TdClassName
{
border-color: #FC4696;
}
.TagClassName
{
border-color: #FC4696;
}
</style>