Shades of Violet Red #FC468F
Tints of Violet Red #FC468F
RGB
CMYK
RGB Variations
Color information
#FC468F (or 0xFC468F) is known color: Violet Red. HEX triplet: FC, 46 and 8F. RGB value is (252,70,143). Sum of RGB (Red+Green+Blue) = 252+70+143=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC468F is #03B970. Grayscale: #848484. Windows color (decimal): -244081 or 9389820. OLE color: 9389820.
HSL color Cylindrical-coordinate representation of color #FC468F: hue angle of 335.93º 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 #FC468F is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 143 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.01 |
| HSL | 335.93º | 0.97% | 0.63% | - |
| HSV(B) | 335.93º | 0.72% | 0.99% | - |
| XYZ | 47.29 | 27.06 | 28.72 | - |
| YUV | 132.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 143 | 0 | 0.72 | 0.43 | 0.01 | 335.93 | 0.97 | 0.63 |
| Hex | FC | 46 | 8F | 0 | 48 | 2B | 1 | 150 | 61 | 3F |
| Octal | 374 | 106 | 217 | 0 | 110 | 53 | 1 | 520 | 141 | 77 |
| Binary | 11111100 | 1000110 | 10001111 | 0 | 1001000 | 101011 | 1 | 101010000 | 1100001 | 111111 |
Color Harmonies of #FC468F
Complementary color
Monochromatic Colors of #FC468F
Black with #FC468F
Text Example
Text Example
White with #FC468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC468F; }
p { color: rgb(252,70,143); }
H1.HeaderClassName
{
color: #FC468F;
}
.AnyTagClassName
{
color: #FC468F;
}
</style>
background-color css
<style>
a { background-color: #FC468F; }
a { background-color: rgb(252,70,143); }
div.DivClassName
{
background-color: #FC468F;
}
.BgClassName
{
background-color: #FC468F;
}
</style>
border-color css
<style>
span { border-color: #FC468F; }
span { border-color: rgb(252,70,143); }
td.TdClassName
{
border-color: #FC468F;
}
.TagClassName
{
border-color: #FC468F;
}
</style>