Shades of Illusion #F19BAA
Tints of Illusion #F19BAA
RGB
CMYK
RGB Variations
Color information
#F19BAA (or 0xF19BAA) is known color: Illusion. HEX triplet: F1, 9B and AA. RGB value is (241,155,170). Sum of RGB (Red+Green+Blue) = 241+155+170=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BAA is #0E6455. Grayscale: #B6B6B6. Windows color (decimal): -943190 or 11181041. OLE color: 11181041.
HSL color Cylindrical-coordinate representation of color #F19BAA: hue angle of 349.53º 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 #F19BAA is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 170 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.05 |
| HSL | 349.53º | 0.75% | 0.78% | - |
| HSV(B) | 349.53º | 0.36% | 0.95% | - |
| XYZ | 55.25 | 45.05 | 43.81 | - |
| YUV | 182.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 170 | 0 | 0.36 | 0.29 | 0.05 | 349.53 | 0.75 | 0.78 |
| Hex | F1 | 9B | AA | 0 | 24 | 1D | 5 | 15E | 4B | 4E |
| Octal | 361 | 233 | 252 | 0 | 44 | 35 | 5 | 536 | 113 | 116 |
| Binary | 11110001 | 10011011 | 10101010 | 0 | 100100 | 11101 | 101 | 101011110 | 1001011 | 1001110 |
Color Harmonies of #F19BAA
Complementary color
Monochromatic Colors of #F19BAA
Black with #F19BAA
Text Example
Text Example
White with #F19BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BAA; }
p { color: rgb(241,155,170); }
H1.HeaderClassName
{
color: #F19BAA;
}
.AnyTagClassName
{
color: #F19BAA;
}
</style>
background-color css
<style>
a { background-color: #F19BAA; }
a { background-color: rgb(241,155,170); }
div.DivClassName
{
background-color: #F19BAA;
}
.BgClassName
{
background-color: #F19BAA;
}
</style>
border-color css
<style>
span { border-color: #F19BAA; }
span { border-color: rgb(241,155,170); }
td.TdClassName
{
border-color: #F19BAA;
}
.TagClassName
{
border-color: #F19BAA;
}
</style>