Shades of Violet #FC8BF6
Tints of Violet #FC8BF6
RGB
CMYK
RGB Variations
Color information
#FC8BF6 (or 0xFC8BF6) is known color: Violet. HEX triplet: FC, 8B and F6. RGB value is (252,139,246). Sum of RGB (Red+Green+Blue) = 252+139+246=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 139 (54.69% from 255 or 21.82% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BF6 is #037409. Grayscale: #B8B8B8. Windows color (decimal): -226314 or 16157692. OLE color: 16157692.
HSL color Cylindrical-coordinate representation of color #FC8BF6: hue angle of 303.19º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BF6 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 246 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.01 |
| HSL | 303.19º | 0.95% | 0.77% | - |
| HSV(B) | 303.19º | 0.45% | 0.99% | - |
| XYZ | 66.01 | 45.81 | 92.55 | - |
| YUV | 184.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 246 | 0 | 0.45 | 0.02 | 0.01 | 303.19 | 0.95 | 0.77 |
| Hex | FC | 8B | F6 | 0 | 2D | 2 | 1 | 12F | 5F | 4D |
| Octal | 374 | 213 | 366 | 0 | 55 | 2 | 1 | 457 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11110110 | 0 | 101101 | 10 | 1 | 100101111 | 1011111 | 1001101 |
Color Harmonies of #FC8BF6
Complementary color
Monochromatic Colors of #FC8BF6
Black with #FC8BF6
Text Example
Text Example
White with #FC8BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BF6; }
p { color: rgb(252,139,246); }
H1.HeaderClassName
{
color: #FC8BF6;
}
.AnyTagClassName
{
color: #FC8BF6;
}
</style>
background-color css
<style>
a { background-color: #FC8BF6; }
a { background-color: rgb(252,139,246); }
div.DivClassName
{
background-color: #FC8BF6;
}
.BgClassName
{
background-color: #FC8BF6;
}
</style>
border-color css
<style>
span { border-color: #FC8BF6; }
span { border-color: rgb(252,139,246); }
td.TdClassName
{
border-color: #FC8BF6;
}
.TagClassName
{
border-color: #FC8BF6;
}
</style>