Shades of Violet Red #FC4491
Tints of Violet Red #FC4491
RGB
CMYK
RGB Variations
Color information
#FC4491 (or 0xFC4491) is known color: Violet Red. HEX triplet: FC, 44 and 91. RGB value is (252,68,145). Sum of RGB (Red+Green+Blue) = 252+68+145=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4491 is #03BB6E. Grayscale: #838383. Windows color (decimal): -244591 or 9520380. OLE color: 9520380.
HSL color Cylindrical-coordinate representation of color #FC4491: hue angle of 334.89º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4491 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 145 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.01 |
| HSL | 334.89º | 0.97% | 0.63% | - |
| HSV(B) | 334.89º | 0.73% | 0.99% | - |
| XYZ | 47.32 | 26.87 | 29.48 | - |
| YUV | 131.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 145 | 0 | 0.73 | 0.42 | 0.01 | 334.89 | 0.97 | 0.63 |
| Hex | FC | 44 | 91 | 0 | 49 | 2A | 1 | 14F | 61 | 3F |
| Octal | 374 | 104 | 221 | 0 | 111 | 52 | 1 | 517 | 141 | 77 |
| Binary | 11111100 | 1000100 | 10010001 | 0 | 1001001 | 101010 | 1 | 101001111 | 1100001 | 111111 |
Color Harmonies of #FC4491
Complementary color
Monochromatic Colors of #FC4491
Black with #FC4491
Text Example
Text Example
White with #FC4491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4491; }
p { color: rgb(252,68,145); }
H1.HeaderClassName
{
color: #FC4491;
}
.AnyTagClassName
{
color: #FC4491;
}
</style>
background-color css
<style>
a { background-color: #FC4491; }
a { background-color: rgb(252,68,145); }
div.DivClassName
{
background-color: #FC4491;
}
.BgClassName
{
background-color: #FC4491;
}
</style>
border-color css
<style>
span { border-color: #FC4491; }
span { border-color: rgb(252,68,145); }
td.TdClassName
{
border-color: #FC4491;
}
.TagClassName
{
border-color: #FC4491;
}
</style>