Shades of Violet #FF96F9
Tints of Violet #FF96F9
RGB
CMYK
RGB Variations
Color information
#FF96F9 (or 0xFF96F9) is known color: Violet. HEX triplet: FF, 96 and F9. RGB value is (255,150,249). Sum of RGB (Red+Green+Blue) = 255+150+249=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 150 (58.98% from 255 or 22.94% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96F9 is #006906. Grayscale: #C0C0C0. Windows color (decimal): -26887 or 16357119. OLE color: 16357119.
HSL color Cylindrical-coordinate representation of color #FF96F9: hue angle of 303.43º 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 #FF96F9 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 249 | - |
| CMYK | 0 | 0.41 | 0.02 | 0 |
| HSL | 303.43º | 1% | 0.79% | - |
| HSV(B) | 303.43º | 0.41% | 1% | - |
| XYZ | 69.25 | 49.91 | 95.61 | - |
| YUV | 192.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 249 | 0 | 0.41 | 0.02 | 0 | 303.43 | 1 | 0.79 |
| Hex | FF | 96 | F9 | 0 | 29 | 2 | 0 | 12F | 64 | 4F |
| Octal | 377 | 226 | 371 | 0 | 51 | 2 | 0 | 457 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11111001 | 0 | 101001 | 10 | 0 | 100101111 | 1100100 | 1001111 |
Color Harmonies of #FF96F9
Complementary color
Monochromatic Colors of #FF96F9
Black with #FF96F9
Text Example
Text Example
White with #FF96F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96F9; }
p { color: rgb(255,150,249); }
H1.HeaderClassName
{
color: #FF96F9;
}
.AnyTagClassName
{
color: #FF96F9;
}
</style>
background-color css
<style>
a { background-color: #FF96F9; }
a { background-color: rgb(255,150,249); }
div.DivClassName
{
background-color: #FF96F9;
}
.BgClassName
{
background-color: #FF96F9;
}
</style>
border-color css
<style>
span { border-color: #FF96F9; }
span { border-color: rgb(255,150,249); }
td.TdClassName
{
border-color: #FF96F9;
}
.TagClassName
{
border-color: #FF96F9;
}
</style>