Shades of Violet Red #FC3F8C
Tints of Violet Red #FC3F8C
RGB
CMYK
RGB Variations
Color information
#FC3F8C (or 0xFC3F8C) is known color: Violet Red. HEX triplet: FC, 3F and 8C. RGB value is (252,63,140). Sum of RGB (Red+Green+Blue) = 252+63+140=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3F8C is #03C073. Grayscale: #808080. Windows color (decimal): -245876 or 9191420. OLE color: 9191420.
HSL color Cylindrical-coordinate representation of color #FC3F8C: hue angle of 335.56º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3F8C is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 140 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.01 |
| HSL | 335.56º | 0.97% | 0.62% | - |
| HSV(B) | 335.56º | 0.75% | 0.99% | - |
| XYZ | 46.66 | 26.14 | 27.4 | - |
| YUV | 128.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 140 | 0 | 0.75 | 0.44 | 0.01 | 335.56 | 0.97 | 0.62 |
| Hex | FC | 3F | 8C | 0 | 4B | 2C | 1 | 150 | 61 | 3E |
| Octal | 374 | 77 | 214 | 0 | 113 | 54 | 1 | 520 | 141 | 76 |
| Binary | 11111100 | 111111 | 10001100 | 0 | 1001011 | 101100 | 1 | 101010000 | 1100001 | 111110 |
Color Harmonies of #FC3F8C
Complementary color
Monochromatic Colors of #FC3F8C
Black with #FC3F8C
Text Example
Text Example
White with #FC3F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F8C; }
p { color: rgb(252,63,140); }
H1.HeaderClassName
{
color: #FC3F8C;
}
.AnyTagClassName
{
color: #FC3F8C;
}
</style>
background-color css
<style>
a { background-color: #FC3F8C; }
a { background-color: rgb(252,63,140); }
div.DivClassName
{
background-color: #FC3F8C;
}
.BgClassName
{
background-color: #FC3F8C;
}
</style>
border-color css
<style>
span { border-color: #FC3F8C; }
span { border-color: rgb(252,63,140); }
td.TdClassName
{
border-color: #FC3F8C;
}
.TagClassName
{
border-color: #FC3F8C;
}
</style>