Shades of Violet #FF96FA
Tints of Violet #FF96FA
RGB
CMYK
RGB Variations
Color information
#FF96FA (or 0xFF96FA) is known color: Violet. HEX triplet: FF, 96 and FA. RGB value is (255,150,250). Sum of RGB (Red+Green+Blue) = 255+150+250=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 150 (58.98% from 255 or 22.90% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96FA is #006905. Grayscale: #C0C0C0. Windows color (decimal): -26886 or 16422655. OLE color: 16422655.
HSL color Cylindrical-coordinate representation of color #FF96FA: hue angle of 302.86º 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 #FF96FA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 250 | - |
| CMYK | 0 | 0.41 | 0.02 | 0 |
| HSL | 302.86º | 1% | 0.79% | - |
| HSV(B) | 302.86º | 0.41% | 1% | - |
| XYZ | 69.4 | 49.97 | 96.43 | - |
| YUV | 192.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 250 | 0 | 0.41 | 0.02 | 0 | 302.86 | 1 | 0.79 |
| Hex | FF | 96 | FA | 0 | 29 | 2 | 0 | 12F | 64 | 4F |
| Octal | 377 | 226 | 372 | 0 | 51 | 2 | 0 | 457 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11111010 | 0 | 101001 | 10 | 0 | 100101111 | 1100100 | 1001111 |
Color Harmonies of #FF96FA
Complementary color
Monochromatic Colors of #FF96FA
Black with #FF96FA
Text Example
Text Example
White with #FF96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96FA; }
p { color: rgb(255,150,250); }
H1.HeaderClassName
{
color: #FF96FA;
}
.AnyTagClassName
{
color: #FF96FA;
}
</style>
background-color css
<style>
a { background-color: #FF96FA; }
a { background-color: rgb(255,150,250); }
div.DivClassName
{
background-color: #FF96FA;
}
.BgClassName
{
background-color: #FF96FA;
}
</style>
border-color css
<style>
span { border-color: #FF96FA; }
span { border-color: rgb(255,150,250); }
td.TdClassName
{
border-color: #FF96FA;
}
.TagClassName
{
border-color: #FF96FA;
}
</style>