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