Shades of Violet #FC99FF
Tints of Violet #FC99FF
RGB
CMYK
RGB Variations
Color information
#FC99FF (or 0xFC99FF) is known color: Violet. HEX triplet: FC, 99 and FF. RGB value is (252,153,255). Sum of RGB (Red+Green+Blue) = 252+153+255=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 153 (60.16% from 255 or 23.18% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC99FF is #036600. Grayscale: #C1C1C1. Windows color (decimal): -222721 or 16751100. OLE color: 16751100.
HSL color Cylindrical-coordinate representation of color #FC99FF: hue angle of 298.24º 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 #FC99FF is Cyan = 0.01, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 153 | 255 | - |
| CMYK | 0.01 | 0.4 | 0 | 0 |
| HSL | 298.24º | 1% | 0.8% | - |
| HSV(B) | 298.24º | 0.4% | 1% | - |
| XYZ | 69.59 | 50.7 | 100.73 | - |
| YUV | 194.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 255 | 0.01 | 0.4 | 0 | 0 | 298.24 | 1 | 0.8 |
| Hex | FC | 99 | FF | 1 | 28 | 0 | 0 | 12A | 64 | 50 |
| Octal | 374 | 231 | 377 | 1 | 50 | 0 | 0 | 452 | 144 | 120 |
| Binary | 11111100 | 10011001 | 11111111 | 1 | 101000 | 0 | 0 | 100101010 | 1100100 | 1010000 |
Color Harmonies of #FC99FF
Complementary color
Monochromatic Colors of #FC99FF
Black with #FC99FF
Text Example
Text Example
White with #FC99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99FF; }
p { color: rgb(252,153,255); }
H1.HeaderClassName
{
color: #FC99FF;
}
.AnyTagClassName
{
color: #FC99FF;
}
</style>
background-color css
<style>
a { background-color: #FC99FF; }
a { background-color: rgb(252,153,255); }
div.DivClassName
{
background-color: #FC99FF;
}
.BgClassName
{
background-color: #FC99FF;
}
</style>
border-color css
<style>
span { border-color: #FC99FF; }
span { border-color: rgb(252,153,255); }
td.TdClassName
{
border-color: #FC99FF;
}
.TagClassName
{
border-color: #FC99FF;
}
</style>