Shades of Violet #FC8DF5
Tints of Violet #FC8DF5
RGB
CMYK
RGB Variations
Color information
#FC8DF5 (or 0xFC8DF5) is known color: Violet. HEX triplet: FC, 8D and F5. RGB value is (252,141,245). Sum of RGB (Red+Green+Blue) = 252+141+245=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 141 (55.47% from 255 or 22.10% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DF5 is #03720A. Grayscale: #B9B9B9. Windows color (decimal): -225803 or 16092668. OLE color: 16092668.
HSL color Cylindrical-coordinate representation of color #FC8DF5: hue angle of 303.78º 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 #FC8DF5 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 245 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.01 |
| HSL | 303.78º | 0.95% | 0.77% | - |
| HSV(B) | 303.78º | 0.44% | 0.99% | - |
| XYZ | 66.15 | 46.34 | 91.84 | - |
| YUV | 186.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 245 | 0 | 0.44 | 0.03 | 0.01 | 303.78 | 0.95 | 0.77 |
| Hex | FC | 8D | F5 | 0 | 2C | 3 | 1 | 130 | 5F | 4D |
| Octal | 374 | 215 | 365 | 0 | 54 | 3 | 1 | 460 | 137 | 115 |
| Binary | 11111100 | 10001101 | 11110101 | 0 | 101100 | 11 | 1 | 100110000 | 1011111 | 1001101 |
Color Harmonies of #FC8DF5
Complementary color
Monochromatic Colors of #FC8DF5
Black with #FC8DF5
Text Example
Text Example
White with #FC8DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DF5; }
p { color: rgb(252,141,245); }
H1.HeaderClassName
{
color: #FC8DF5;
}
.AnyTagClassName
{
color: #FC8DF5;
}
</style>
background-color css
<style>
a { background-color: #FC8DF5; }
a { background-color: rgb(252,141,245); }
div.DivClassName
{
background-color: #FC8DF5;
}
.BgClassName
{
background-color: #FC8DF5;
}
</style>
border-color css
<style>
span { border-color: #FC8DF5; }
span { border-color: rgb(252,141,245); }
td.TdClassName
{
border-color: #FC8DF5;
}
.TagClassName
{
border-color: #FC8DF5;
}
</style>