Shades of Violet #FF96FB
Tints of Violet #FF96FB
RGB
CMYK
RGB Variations
Color information
#FF96FB (or 0xFF96FB) is known color: Violet. HEX triplet: FF, 96 and FB. RGB value is (255,150,251). Sum of RGB (Red+Green+Blue) = 255+150+251=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 150 (58.98% from 255 or 22.87% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96FB is #006904. Grayscale: #C0C0C0. Windows color (decimal): -26885 or 16488191. OLE color: 16488191.
HSL color Cylindrical-coordinate representation of color #FF96FB: hue angle of 302.29º 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 #FF96FB is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 251 | - |
| CMYK | 0 | 0.41 | 0.02 | 0 |
| HSL | 302.29º | 1% | 0.79% | - |
| HSV(B) | 302.29º | 0.41% | 1% | - |
| XYZ | 69.56 | 50.04 | 97.26 | - |
| YUV | 192.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 251 | 0 | 0.41 | 0.02 | 0 | 302.29 | 1 | 0.79 |
| Hex | FF | 96 | FB | 0 | 29 | 2 | 0 | 12E | 64 | 4F |
| Octal | 377 | 226 | 373 | 0 | 51 | 2 | 0 | 456 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11111011 | 0 | 101001 | 10 | 0 | 100101110 | 1100100 | 1001111 |
Color Harmonies of #FF96FB
Complementary color
Monochromatic Colors of #FF96FB
Black with #FF96FB
Text Example
Text Example
White with #FF96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96FB; }
p { color: rgb(255,150,251); }
H1.HeaderClassName
{
color: #FF96FB;
}
.AnyTagClassName
{
color: #FF96FB;
}
</style>
background-color css
<style>
a { background-color: #FF96FB; }
a { background-color: rgb(255,150,251); }
div.DivClassName
{
background-color: #FF96FB;
}
.BgClassName
{
background-color: #FF96FB;
}
</style>
border-color css
<style>
span { border-color: #FF96FB; }
span { border-color: rgb(255,150,251); }
td.TdClassName
{
border-color: #FF96FB;
}
.TagClassName
{
border-color: #FF96FB;
}
</style>