Shades of Illusion #F19FBA
Tints of Illusion #F19FBA
RGB
CMYK
RGB Variations
Color information
#F19FBA (or 0xF19FBA) is known color: Illusion. HEX triplet: F1, 9F and BA. RGB value is (241,159,186). Sum of RGB (Red+Green+Blue) = 241+159+186=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FBA is #0E6045. Grayscale: #BABABA. Windows color (decimal): -942150 or 12230641. OLE color: 12230641.
HSL color Cylindrical-coordinate representation of color #F19FBA: hue angle of 340.24º 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 #F19FBA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 186 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.05 |
| HSL | 340.24º | 0.75% | 0.78% | - |
| HSV(B) | 340.24º | 0.34% | 0.95% | - |
| XYZ | 57.54 | 47.04 | 52.5 | - |
| YUV | 186.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 186 | 0 | 0.34 | 0.23 | 0.05 | 340.24 | 0.75 | 0.78 |
| Hex | F1 | 9F | BA | 0 | 22 | 17 | 5 | 154 | 4B | 4E |
| Octal | 361 | 237 | 272 | 0 | 42 | 27 | 5 | 524 | 113 | 116 |
| Binary | 11110001 | 10011111 | 10111010 | 0 | 100010 | 10111 | 101 | 101010100 | 1001011 | 1001110 |
Color Harmonies of #F19FBA
Complementary color
Monochromatic Colors of #F19FBA
Black with #F19FBA
Text Example
Text Example
White with #F19FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FBA; }
p { color: rgb(241,159,186); }
H1.HeaderClassName
{
color: #F19FBA;
}
.AnyTagClassName
{
color: #F19FBA;
}
</style>
background-color css
<style>
a { background-color: #F19FBA; }
a { background-color: rgb(241,159,186); }
div.DivClassName
{
background-color: #F19FBA;
}
.BgClassName
{
background-color: #F19FBA;
}
</style>
border-color css
<style>
span { border-color: #F19FBA; }
span { border-color: rgb(241,159,186); }
td.TdClassName
{
border-color: #F19FBA;
}
.TagClassName
{
border-color: #F19FBA;
}
</style>