Shades of Violet #FC8CF7
Tints of Violet #FC8CF7
RGB
CMYK
RGB Variations
Color information
#FC8CF7 (or 0xFC8CF7) is known color: Violet. HEX triplet: FC, 8C and F7. RGB value is (252,140,247). Sum of RGB (Red+Green+Blue) = 252+140+247=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 140 (55.08% from 255 or 21.91% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CF7 is #037308. Grayscale: #B9B9B9. Windows color (decimal): -226057 or 16223484. OLE color: 16223484.
HSL color Cylindrical-coordinate representation of color #FC8CF7: hue angle of 302.68º 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 #FC8CF7 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 247 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.01 |
| HSL | 302.68º | 0.95% | 0.77% | - |
| HSV(B) | 302.68º | 0.44% | 0.99% | - |
| XYZ | 66.31 | 46.17 | 93.41 | - |
| YUV | 185.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 247 | 0 | 0.44 | 0.02 | 0.01 | 302.68 | 0.95 | 0.77 |
| Hex | FC | 8C | F7 | 0 | 2C | 2 | 1 | 12F | 5F | 4D |
| Octal | 374 | 214 | 367 | 0 | 54 | 2 | 1 | 457 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11110111 | 0 | 101100 | 10 | 1 | 100101111 | 1011111 | 1001101 |
Color Harmonies of #FC8CF7
Complementary color
Monochromatic Colors of #FC8CF7
Black with #FC8CF7
Text Example
Text Example
White with #FC8CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CF7; }
p { color: rgb(252,140,247); }
H1.HeaderClassName
{
color: #FC8CF7;
}
.AnyTagClassName
{
color: #FC8CF7;
}
</style>
background-color css
<style>
a { background-color: #FC8CF7; }
a { background-color: rgb(252,140,247); }
div.DivClassName
{
background-color: #FC8CF7;
}
.BgClassName
{
background-color: #FC8CF7;
}
</style>
border-color css
<style>
span { border-color: #FC8CF7; }
span { border-color: rgb(252,140,247); }
td.TdClassName
{
border-color: #FC8CF7;
}
.TagClassName
{
border-color: #FC8CF7;
}
</style>