Shades of Violet #FC9AFF
Tints of Violet #FC9AFF
RGB
CMYK
RGB Variations
Color information
#FC9AFF (or 0xFC9AFF) is known color: Violet. HEX triplet: FC, 9A and FF. RGB value is (252,154,255). Sum of RGB (Red+Green+Blue) = 252+154+255=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 154 (60.55% from 255 or 23.30% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9AFF is #036500. Grayscale: #C2C2C2. Windows color (decimal): -222465 or 16751356. OLE color: 16751356.
HSL color Cylindrical-coordinate representation of color #FC9AFF: hue angle of 298.22º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC9AFF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 154 | 255 | - |
| CMYK | 0.01 | 0.40 | 0 | 0 |
| HSL | 298.22º | 1% | 0.8% | - |
| HSV(B) | 298.22º | 0.4% | 1% | - |
| XYZ | 69.75 | 51.03 | 100.78 | - |
| YUV | 194.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 255 | 0.01 | 0.40 | 0 | 0 | 298.22 | 1 | 0.8 |
| Hex | FC | 9A | FF | 1 | 28 | 0 | 0 | 12A | 64 | 50 |
| Octal | 374 | 232 | 377 | 1 | 50 | 0 | 0 | 452 | 144 | 120 |
| Binary | 11111100 | 10011010 | 11111111 | 1 | 101000 | 0 | 0 | 100101010 | 1100100 | 1010000 |
Color Harmonies of #FC9AFF
Complementary color
Monochromatic Colors of #FC9AFF
Black with #FC9AFF
Text Example
Text Example
White with #FC9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9AFF; }
p { color: rgb(252,154,255); }
H1.HeaderClassName
{
color: #FC9AFF;
}
.AnyTagClassName
{
color: #FC9AFF;
}
</style>
background-color css
<style>
a { background-color: #FC9AFF; }
a { background-color: rgb(252,154,255); }
div.DivClassName
{
background-color: #FC9AFF;
}
.BgClassName
{
background-color: #FC9AFF;
}
</style>
border-color css
<style>
span { border-color: #FC9AFF; }
span { border-color: rgb(252,154,255); }
td.TdClassName
{
border-color: #FC9AFF;
}
.TagClassName
{
border-color: #FC9AFF;
}
</style>