Shades of Violet #FC8DF6
Tints of Violet #FC8DF6
RGB
CMYK
RGB Variations
Color information
#FC8DF6 (or 0xFC8DF6) is known color: Violet. HEX triplet: FC, 8D and F6. RGB value is (252,141,246). Sum of RGB (Red+Green+Blue) = 252+141+246=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 141 (55.47% from 255 or 22.07% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DF6 is #037209. Grayscale: #B9B9B9. Windows color (decimal): -225802 or 16158204. OLE color: 16158204.
HSL color Cylindrical-coordinate representation of color #FC8DF6: hue angle of 303.24º 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 #FC8DF6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 246 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.01 |
| HSL | 303.24º | 0.95% | 0.77% | - |
| HSV(B) | 303.24º | 0.44% | 0.99% | - |
| XYZ | 66.3 | 46.4 | 92.65 | - |
| YUV | 186.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 246 | 0 | 0.44 | 0.02 | 0.01 | 303.24 | 0.95 | 0.77 |
| Hex | FC | 8D | F6 | 0 | 2C | 2 | 1 | 12F | 5F | 4D |
| Octal | 374 | 215 | 366 | 0 | 54 | 2 | 1 | 457 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11110110 | 0 | 101100 | 10 | 1 | 100101111 | 1011111 | 1001101 |
Color Harmonies of #FC8DF6
Complementary color
Monochromatic Colors of #FC8DF6
Black with #FC8DF6
Text Example
Text Example
White with #FC8DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DF6; }
p { color: rgb(252,141,246); }
H1.HeaderClassName
{
color: #FC8DF6;
}
.AnyTagClassName
{
color: #FC8DF6;
}
</style>
background-color css
<style>
a { background-color: #FC8DF6; }
a { background-color: rgb(252,141,246); }
div.DivClassName
{
background-color: #FC8DF6;
}
.BgClassName
{
background-color: #FC8DF6;
}
</style>
border-color css
<style>
span { border-color: #FC8DF6; }
span { border-color: rgb(252,141,246); }
td.TdClassName
{
border-color: #FC8DF6;
}
.TagClassName
{
border-color: #FC8DF6;
}
</style>