Shades of Illusion #FF95B1
Tints of Illusion #FF95B1
RGB
CMYK
RGB Variations
Color information
#FF95B1 (or 0xFF95B1) is known color: Illusion. HEX triplet: FF, 95 and B1. RGB value is (255,149,177). Sum of RGB (Red+Green+Blue) = 255+149+177=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95B1 is #006A4E. Grayscale: #B7B7B7. Windows color (decimal): -27215 or 11638271. OLE color: 11638271.
HSL color Cylindrical-coordinate representation of color #FF95B1: hue angle of 344.15º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95B1 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 177 | - |
| CMYK | 0 | 0.42 | 0.31 | 0 |
| HSL | 344.15º | 1% | 0.79% | - |
| HSV(B) | 344.15º | 0.42% | 1% | - |
| XYZ | 59.92 | 45.93 | 47.3 | - |
| YUV | 183.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 177 | 0 | 0.42 | 0.31 | 0 | 344.15 | 1 | 0.79 |
| Hex | FF | 95 | B1 | 0 | 2A | 1F | 0 | 158 | 64 | 4F |
| Octal | 377 | 225 | 261 | 0 | 52 | 37 | 0 | 530 | 144 | 117 |
| Binary | 11111111 | 10010101 | 10110001 | 0 | 101010 | 11111 | 0 | 101011000 | 1100100 | 1001111 |
Color Harmonies of #FF95B1
Complementary color
Monochromatic Colors of #FF95B1
Black with #FF95B1
Text Example
Text Example
White with #FF95B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95B1; }
p { color: rgb(255,149,177); }
H1.HeaderClassName
{
color: #FF95B1;
}
.AnyTagClassName
{
color: #FF95B1;
}
</style>
background-color css
<style>
a { background-color: #FF95B1; }
a { background-color: rgb(255,149,177); }
div.DivClassName
{
background-color: #FF95B1;
}
.BgClassName
{
background-color: #FF95B1;
}
</style>
border-color css
<style>
span { border-color: #FF95B1; }
span { border-color: rgb(255,149,177); }
td.TdClassName
{
border-color: #FF95B1;
}
.TagClassName
{
border-color: #FF95B1;
}
</style>