Shades of Violet #FC8CFA
Tints of Violet #FC8CFA
RGB
CMYK
RGB Variations
Color information
#FC8CFA (or 0xFC8CFA) is known color: Violet. HEX triplet: FC, 8C and FA. RGB value is (252,140,250). Sum of RGB (Red+Green+Blue) = 252+140+250=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 140 (55.08% from 255 or 21.81% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CFA is #037305. Grayscale: #B9B9B9. Windows color (decimal): -226054 or 16420092. OLE color: 16420092.
HSL color Cylindrical-coordinate representation of color #FC8CFA: hue angle of 301.07º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CFA is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 250 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.01 |
| HSL | 301.07º | 0.95% | 0.77% | - |
| HSV(B) | 301.07º | 0.44% | 0.99% | - |
| XYZ | 66.78 | 46.35 | 95.87 | - |
| YUV | 186.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 250 | 0 | 0.44 | 0.01 | 0.01 | 301.07 | 0.95 | 0.77 |
| Hex | FC | 8C | FA | 0 | 2C | 1 | 1 | 12D | 5F | 4D |
| Octal | 374 | 214 | 372 | 0 | 54 | 1 | 1 | 455 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11111010 | 0 | 101100 | 1 | 1 | 100101101 | 1011111 | 1001101 |
Color Harmonies of #FC8CFA
Complementary color
Monochromatic Colors of #FC8CFA
Black with #FC8CFA
Text Example
Text Example
White with #FC8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CFA; }
p { color: rgb(252,140,250); }
H1.HeaderClassName
{
color: #FC8CFA;
}
.AnyTagClassName
{
color: #FC8CFA;
}
</style>
background-color css
<style>
a { background-color: #FC8CFA; }
a { background-color: rgb(252,140,250); }
div.DivClassName
{
background-color: #FC8CFA;
}
.BgClassName
{
background-color: #FC8CFA;
}
</style>
border-color css
<style>
span { border-color: #FC8CFA; }
span { border-color: rgb(252,140,250); }
td.TdClassName
{
border-color: #FC8CFA;
}
.TagClassName
{
border-color: #FC8CFA;
}
</style>