Shades of Violet Red #FC4791
Tints of Violet Red #FC4791
RGB
CMYK
RGB Variations
Color information
#FC4791 (or 0xFC4791) is known color: Violet Red. HEX triplet: FC, 47 and 91. RGB value is (252,71,145). Sum of RGB (Red+Green+Blue) = 252+71+145=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4791 is #03B86E. Grayscale: #858585. Windows color (decimal): -243823 or 9521148. OLE color: 9521148.
HSL color Cylindrical-coordinate representation of color #FC4791: hue angle of 335.47º 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 #FC4791 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 145 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.01 |
| HSL | 335.47º | 0.97% | 0.63% | - |
| HSV(B) | 335.47º | 0.72% | 0.99% | - |
| XYZ | 47.51 | 27.25 | 29.54 | - |
| YUV | 133.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 145 | 0 | 0.72 | 0.42 | 0.01 | 335.47 | 0.97 | 0.63 |
| Hex | FC | 47 | 91 | 0 | 48 | 2A | 1 | 14F | 61 | 3F |
| Octal | 374 | 107 | 221 | 0 | 110 | 52 | 1 | 517 | 141 | 77 |
| Binary | 11111100 | 1000111 | 10010001 | 0 | 1001000 | 101010 | 1 | 101001111 | 1100001 | 111111 |
Color Harmonies of #FC4791
Complementary color
Monochromatic Colors of #FC4791
Black with #FC4791
Text Example
Text Example
White with #FC4791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4791; }
p { color: rgb(252,71,145); }
H1.HeaderClassName
{
color: #FC4791;
}
.AnyTagClassName
{
color: #FC4791;
}
</style>
background-color css
<style>
a { background-color: #FC4791; }
a { background-color: rgb(252,71,145); }
div.DivClassName
{
background-color: #FC4791;
}
.BgClassName
{
background-color: #FC4791;
}
</style>
border-color css
<style>
span { border-color: #FC4791; }
span { border-color: rgb(252,71,145); }
td.TdClassName
{
border-color: #FC4791;
}
.TagClassName
{
border-color: #FC4791;
}
</style>