Shades of Violet Red #FC4184
Tints of Violet Red #FC4184
RGB
CMYK
RGB Variations
Color information
#FC4184 (or 0xFC4184) is known color: Violet Red. HEX triplet: FC, 41 and 84. RGB value is (252,65,132). Sum of RGB (Red+Green+Blue) = 252+65+132=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4184 is #03BE7B. Grayscale: #808080. Windows color (decimal): -245372 or 8667644. OLE color: 8667644.
HSL color Cylindrical-coordinate representation of color #FC4184: hue angle of 338.5º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4184 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 132 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.01 |
| HSL | 338.5º | 0.97% | 0.62% | - |
| HSV(B) | 338.5º | 0.74% | 0.99% | - |
| XYZ | 46.2 | 26.14 | 24.44 | - |
| YUV | 128.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 132 | 0 | 0.74 | 0.48 | 0.01 | 338.5 | 0.97 | 0.62 |
| Hex | FC | 41 | 84 | 0 | 4A | 30 | 1 | 153 | 61 | 3E |
| Octal | 374 | 101 | 204 | 0 | 112 | 60 | 1 | 523 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10000100 | 0 | 1001010 | 110000 | 1 | 101010011 | 1100001 | 111110 |
Color Harmonies of #FC4184
Complementary color
Monochromatic Colors of #FC4184
Black with #FC4184
Text Example
Text Example
White with #FC4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4184; }
p { color: rgb(252,65,132); }
H1.HeaderClassName
{
color: #FC4184;
}
.AnyTagClassName
{
color: #FC4184;
}
</style>
background-color css
<style>
a { background-color: #FC4184; }
a { background-color: rgb(252,65,132); }
div.DivClassName
{
background-color: #FC4184;
}
.BgClassName
{
background-color: #FC4184;
}
</style>
border-color css
<style>
span { border-color: #FC4184; }
span { border-color: rgb(252,65,132); }
td.TdClassName
{
border-color: #FC4184;
}
.TagClassName
{
border-color: #FC4184;
}
</style>