Shades of Illusion #FF91B1
Tints of Illusion #FF91B1
RGB
CMYK
RGB Variations
Color information
#FF91B1 (or 0xFF91B1) is known color: Illusion. HEX triplet: FF, 91 and B1. RGB value is (255,145,177). Sum of RGB (Red+Green+Blue) = 255+145+177=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF91B1 is #006E4E. Grayscale: #B5B5B5. Windows color (decimal): -28239 or 11637247. OLE color: 11637247.
HSL color Cylindrical-coordinate representation of color #FF91B1: hue angle of 342.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91B1 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 177 | - |
| CMYK | 0 | 0.43 | 0.31 | 0 |
| HSL | 342.55º | 1% | 0.78% | - |
| HSV(B) | 342.55º | 0.43% | 1% | - |
| XYZ | 59.3 | 44.69 | 47.09 | - |
| YUV | 181.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 177 | 0 | 0.43 | 0.31 | 0 | 342.55 | 1 | 0.78 |
| Hex | FF | 91 | B1 | 0 | 2B | 1F | 0 | 157 | 64 | 4E |
| Octal | 377 | 221 | 261 | 0 | 53 | 37 | 0 | 527 | 144 | 116 |
| Binary | 11111111 | 10010001 | 10110001 | 0 | 101011 | 11111 | 0 | 101010111 | 1100100 | 1001110 |
Color Harmonies of #FF91B1
Complementary color
Monochromatic Colors of #FF91B1
Black with #FF91B1
Text Example
Text Example
White with #FF91B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91B1; }
p { color: rgb(255,145,177); }
H1.HeaderClassName
{
color: #FF91B1;
}
.AnyTagClassName
{
color: #FF91B1;
}
</style>
background-color css
<style>
a { background-color: #FF91B1; }
a { background-color: rgb(255,145,177); }
div.DivClassName
{
background-color: #FF91B1;
}
.BgClassName
{
background-color: #FF91B1;
}
</style>
border-color css
<style>
span { border-color: #FF91B1; }
span { border-color: rgb(255,145,177); }
td.TdClassName
{
border-color: #FF91B1;
}
.TagClassName
{
border-color: #FF91B1;
}
</style>