Shades of Violet Red #FC3F8F
Tints of Violet Red #FC3F8F
RGB
CMYK
RGB Variations
Color information
#FC3F8F (or 0xFC3F8F) is known color: Violet Red. HEX triplet: FC, 3F and 8F. RGB value is (252,63,143). Sum of RGB (Red+Green+Blue) = 252+63+143=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3F8F is #03C070. Grayscale: #808080. Windows color (decimal): -245873 or 9388028. OLE color: 9388028.
HSL color Cylindrical-coordinate representation of color #FC3F8F: hue angle of 334.6º 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 #FC3F8F is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 143 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.01 |
| HSL | 334.6º | 0.97% | 0.62% | - |
| HSV(B) | 334.6º | 0.75% | 0.99% | - |
| XYZ | 46.88 | 26.23 | 28.58 | - |
| YUV | 128.63 | 136.12 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 143 | 0 | 0.75 | 0.43 | 0.01 | 334.6 | 0.97 | 0.62 |
| Hex | FC | 3F | 8F | 0 | 4B | 2B | 1 | 14F | 61 | 3E |
| Octal | 374 | 77 | 217 | 0 | 113 | 53 | 1 | 517 | 141 | 76 |
| Binary | 11111100 | 111111 | 10001111 | 0 | 1001011 | 101011 | 1 | 101001111 | 1100001 | 111110 |
Color Harmonies of #FC3F8F
Complementary color
Monochromatic Colors of #FC3F8F
Black with #FC3F8F
Text Example
Text Example
White with #FC3F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F8F; }
p { color: rgb(252,63,143); }
H1.HeaderClassName
{
color: #FC3F8F;
}
.AnyTagClassName
{
color: #FC3F8F;
}
</style>
background-color css
<style>
a { background-color: #FC3F8F; }
a { background-color: rgb(252,63,143); }
div.DivClassName
{
background-color: #FC3F8F;
}
.BgClassName
{
background-color: #FC3F8F;
}
</style>
border-color css
<style>
span { border-color: #FC3F8F; }
span { border-color: rgb(252,63,143); }
td.TdClassName
{
border-color: #FC3F8F;
}
.TagClassName
{
border-color: #FC3F8F;
}
</style>