Shades of Illusion #FF9FB6
Tints of Illusion #FF9FB6
RGB
CMYK
RGB Variations
Color information
#FF9FB6 (or 0xFF9FB6) is known color: Illusion. HEX triplet: FF, 9F and B6. RGB value is (255,159,182). Sum of RGB (Red+Green+Blue) = 255+159+182=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FB6 is #006049. Grayscale: #BEBEBE. Windows color (decimal): -24650 or 11968511. OLE color: 11968511.
HSL color Cylindrical-coordinate representation of color #FF9FB6: hue angle of 345.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FB6 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 182 | - |
| CMYK | 0 | 0.38 | 0.29 | 0 |
| HSL | 345.63º | 1% | 0.81% | - |
| HSV(B) | 345.63º | 0.38% | 1% | - |
| XYZ | 62.08 | 49.43 | 50.53 | - |
| YUV | 190.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 182 | 0 | 0.38 | 0.29 | 0 | 345.63 | 1 | 0.81 |
| Hex | FF | 9F | B6 | 0 | 26 | 1D | 0 | 15A | 64 | 51 |
| Octal | 377 | 237 | 266 | 0 | 46 | 35 | 0 | 532 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10110110 | 0 | 100110 | 11101 | 0 | 101011010 | 1100100 | 1010001 |
Color Harmonies of #FF9FB6
Complementary color
Monochromatic Colors of #FF9FB6
Black with #FF9FB6
Text Example
Text Example
White with #FF9FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FB6; }
p { color: rgb(255,159,182); }
H1.HeaderClassName
{
color: #FF9FB6;
}
.AnyTagClassName
{
color: #FF9FB6;
}
</style>
background-color css
<style>
a { background-color: #FF9FB6; }
a { background-color: rgb(255,159,182); }
div.DivClassName
{
background-color: #FF9FB6;
}
.BgClassName
{
background-color: #FF9FB6;
}
</style>
border-color css
<style>
span { border-color: #FF9FB6; }
span { border-color: rgb(255,159,182); }
td.TdClassName
{
border-color: #FF9FB6;
}
.TagClassName
{
border-color: #FF9FB6;
}
</style>