Shades of Illusion #FF96AF
Tints of Illusion #FF96AF
RGB
CMYK
RGB Variations
Color information
#FF96AF (or 0xFF96AF) is known color: Illusion. HEX triplet: FF, 96 and AF. RGB value is (255,150,175). Sum of RGB (Red+Green+Blue) = 255+150+175=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96AF is #006950. Grayscale: #B8B8B8. Windows color (decimal): -26961 or 11507455. OLE color: 11507455.
HSL color Cylindrical-coordinate representation of color #FF96AF: hue angle of 345.71º 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 #FF96AF is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 175 | - |
| CMYK | 0 | 0.41 | 0.31 | 0 |
| HSL | 345.71º | 1% | 0.79% | - |
| HSV(B) | 345.71º | 0.41% | 1% | - |
| XYZ | 59.88 | 46.17 | 46.31 | - |
| YUV | 184.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 175 | 0 | 0.41 | 0.31 | 0 | 345.71 | 1 | 0.79 |
| Hex | FF | 96 | AF | 0 | 29 | 1F | 0 | 15A | 64 | 4F |
| Octal | 377 | 226 | 257 | 0 | 51 | 37 | 0 | 532 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10101111 | 0 | 101001 | 11111 | 0 | 101011010 | 1100100 | 1001111 |
Color Harmonies of #FF96AF
Complementary color
Monochromatic Colors of #FF96AF
Black with #FF96AF
Text Example
Text Example
White with #FF96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96AF; }
p { color: rgb(255,150,175); }
H1.HeaderClassName
{
color: #FF96AF;
}
.AnyTagClassName
{
color: #FF96AF;
}
</style>
background-color css
<style>
a { background-color: #FF96AF; }
a { background-color: rgb(255,150,175); }
div.DivClassName
{
background-color: #FF96AF;
}
.BgClassName
{
background-color: #FF96AF;
}
</style>
border-color css
<style>
span { border-color: #FF96AF; }
span { border-color: rgb(255,150,175); }
td.TdClassName
{
border-color: #FF96AF;
}
.TagClassName
{
border-color: #FF96AF;
}
</style>