Shades of Violet Red #FC468C
Tints of Violet Red #FC468C
RGB
CMYK
RGB Variations
Color information
#FC468C (or 0xFC468C) is known color: Violet Red. HEX triplet: FC, 46 and 8C. RGB value is (252,70,140). Sum of RGB (Red+Green+Blue) = 252+70+140=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC468C is #03B973. Grayscale: #848484. Windows color (decimal): -244084 or 9193212. OLE color: 9193212.
HSL color Cylindrical-coordinate representation of color #FC468C: hue angle of 336.92º 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 #FC468C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 140 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.01 |
| HSL | 336.92º | 0.97% | 0.63% | - |
| HSV(B) | 336.92º | 0.72% | 0.99% | - |
| XYZ | 47.07 | 26.97 | 27.54 | - |
| YUV | 132.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 140 | 0 | 0.72 | 0.44 | 0.01 | 336.92 | 0.97 | 0.63 |
| Hex | FC | 46 | 8C | 0 | 48 | 2C | 1 | 151 | 61 | 3F |
| Octal | 374 | 106 | 214 | 0 | 110 | 54 | 1 | 521 | 141 | 77 |
| Binary | 11111100 | 1000110 | 10001100 | 0 | 1001000 | 101100 | 1 | 101010001 | 1100001 | 111111 |
Color Harmonies of #FC468C
Complementary color
Monochromatic Colors of #FC468C
Black with #FC468C
Text Example
Text Example
White with #FC468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC468C; }
p { color: rgb(252,70,140); }
H1.HeaderClassName
{
color: #FC468C;
}
.AnyTagClassName
{
color: #FC468C;
}
</style>
background-color css
<style>
a { background-color: #FC468C; }
a { background-color: rgb(252,70,140); }
div.DivClassName
{
background-color: #FC468C;
}
.BgClassName
{
background-color: #FC468C;
}
</style>
border-color css
<style>
span { border-color: #FC468C; }
span { border-color: rgb(252,70,140); }
td.TdClassName
{
border-color: #FC468C;
}
.TagClassName
{
border-color: #FC468C;
}
</style>