Shades of Illusion #F19FB1
Tints of Illusion #F19FB1
RGB
CMYK
RGB Variations
Color information
#F19FB1 (or 0xF19FB1) is known color: Illusion. HEX triplet: F1, 9F and B1. RGB value is (241,159,177). Sum of RGB (Red+Green+Blue) = 241+159+177=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19FB1 is #0E604E. Grayscale: #B9B9B9. Windows color (decimal): -942159 or 11640817. OLE color: 11640817.
HSL color Cylindrical-coordinate representation of color #F19FB1: hue angle of 346.83º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FB1 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 177 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.05 |
| HSL | 346.83º | 0.75% | 0.78% | - |
| HSV(B) | 346.83º | 0.34% | 0.95% | - |
| XYZ | 56.61 | 46.67 | 47.62 | - |
| YUV | 185.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 177 | 0 | 0.34 | 0.27 | 0.05 | 346.83 | 0.75 | 0.78 |
| Hex | F1 | 9F | B1 | 0 | 22 | 1B | 5 | 15B | 4B | 4E |
| Octal | 361 | 237 | 261 | 0 | 42 | 33 | 5 | 533 | 113 | 116 |
| Binary | 11110001 | 10011111 | 10110001 | 0 | 100010 | 11011 | 101 | 101011011 | 1001011 | 1001110 |
Color Harmonies of #F19FB1
Complementary color
Monochromatic Colors of #F19FB1
Black with #F19FB1
Text Example
Text Example
White with #F19FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FB1; }
p { color: rgb(241,159,177); }
H1.HeaderClassName
{
color: #F19FB1;
}
.AnyTagClassName
{
color: #F19FB1;
}
</style>
background-color css
<style>
a { background-color: #F19FB1; }
a { background-color: rgb(241,159,177); }
div.DivClassName
{
background-color: #F19FB1;
}
.BgClassName
{
background-color: #F19FB1;
}
</style>
border-color css
<style>
span { border-color: #F19FB1; }
span { border-color: rgb(241,159,177); }
td.TdClassName
{
border-color: #F19FB1;
}
.TagClassName
{
border-color: #F19FB1;
}
</style>