Shades of Violet #FF96FE
Tints of Violet #FF96FE
RGB
CMYK
RGB Variations
Color information
#FF96FE (or 0xFF96FE) is known color: Violet. HEX triplet: FF, 96 and FE. RGB value is (255,150,254). Sum of RGB (Red+Green+Blue) = 255+150+254=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 150 (58.98% from 255 or 22.76% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96FE is #006901. Grayscale: #C0C0C0. Windows color (decimal): -26882 or 16684799. OLE color: 16684799.
HSL color Cylindrical-coordinate representation of color #FF96FE: hue angle of 300.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96FE is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 254 | - |
| CMYK | 0 | 0.41 | 0.00 | 0 |
| HSL | 300.57º | 1% | 0.79% | - |
| HSV(B) | 300.57º | 0.41% | 1% | - |
| XYZ | 70.04 | 50.23 | 99.77 | - |
| YUV | 193.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 254 | 0 | 0.41 | 0.00 | 0 | 300.57 | 1 | 0.79 |
| Hex | FF | 96 | FE | 0 | 29 | 0 | 0 | 12D | 64 | 4F |
| Octal | 377 | 226 | 376 | 0 | 51 | 0 | 0 | 455 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11111110 | 0 | 101001 | 0 | 0 | 100101101 | 1100100 | 1001111 |
Color Harmonies of #FF96FE
Complementary color
Monochromatic Colors of #FF96FE
Black with #FF96FE
Text Example
Text Example
White with #FF96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96FE; }
p { color: rgb(255,150,254); }
H1.HeaderClassName
{
color: #FF96FE;
}
.AnyTagClassName
{
color: #FF96FE;
}
</style>
background-color css
<style>
a { background-color: #FF96FE; }
a { background-color: rgb(255,150,254); }
div.DivClassName
{
background-color: #FF96FE;
}
.BgClassName
{
background-color: #FF96FE;
}
</style>
border-color css
<style>
span { border-color: #FF96FE; }
span { border-color: rgb(255,150,254); }
td.TdClassName
{
border-color: #FF96FE;
}
.TagClassName
{
border-color: #FF96FE;
}
</style>