Shades of Illusion #F19BB9
Tints of Illusion #F19BB9
RGB
CMYK
RGB Variations
Color information
#F19BB9 (or 0xF19BB9) is known color: Illusion. HEX triplet: F1, 9B and B9. RGB value is (241,155,185). Sum of RGB (Red+Green+Blue) = 241+155+185=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BB9 is #0E6446. Grayscale: #B8B8B8. Windows color (decimal): -943175 or 12164081. OLE color: 12164081.
HSL color Cylindrical-coordinate representation of color #F19BB9: hue angle of 339.07º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BB9 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 185 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.05 |
| HSL | 339.07º | 0.75% | 0.78% | - |
| HSV(B) | 339.07º | 0.36% | 0.95% | - |
| XYZ | 56.75 | 45.65 | 51.72 | - |
| YUV | 184.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 185 | 0 | 0.36 | 0.23 | 0.05 | 339.07 | 0.75 | 0.78 |
| Hex | F1 | 9B | B9 | 0 | 24 | 17 | 5 | 153 | 4B | 4E |
| Octal | 361 | 233 | 271 | 0 | 44 | 27 | 5 | 523 | 113 | 116 |
| Binary | 11110001 | 10011011 | 10111001 | 0 | 100100 | 10111 | 101 | 101010011 | 1001011 | 1001110 |
Color Harmonies of #F19BB9
Complementary color
Monochromatic Colors of #F19BB9
Black with #F19BB9
Text Example
Text Example
White with #F19BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BB9; }
p { color: rgb(241,155,185); }
H1.HeaderClassName
{
color: #F19BB9;
}
.AnyTagClassName
{
color: #F19BB9;
}
</style>
background-color css
<style>
a { background-color: #F19BB9; }
a { background-color: rgb(241,155,185); }
div.DivClassName
{
background-color: #F19BB9;
}
.BgClassName
{
background-color: #F19BB9;
}
</style>
border-color css
<style>
span { border-color: #F19BB9; }
span { border-color: rgb(241,155,185); }
td.TdClassName
{
border-color: #F19BB9;
}
.TagClassName
{
border-color: #F19BB9;
}
</style>