Shades of Illusion #F1A3B9
Tints of Illusion #F1A3B9
RGB
CMYK
RGB Variations
Color information
#F1A3B9 (or 0xF1A3B9) is known color: Illusion. HEX triplet: F1, A3 and B9. RGB value is (241,163,185). Sum of RGB (Red+Green+Blue) = 241+163+185=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3B9 is #0E5C46. Grayscale: #BCBCBC. Windows color (decimal): -941127 or 12166129. OLE color: 12166129.
HSL color Cylindrical-coordinate representation of color #F1A3B9: hue angle of 343.08º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A3B9 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 185 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.05 |
| HSL | 343.08º | 0.74% | 0.79% | - |
| HSV(B) | 343.08º | 0.32% | 0.95% | - |
| XYZ | 58.13 | 48.4 | 52.18 | - |
| YUV | 188.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 185 | 0 | 0.32 | 0.23 | 0.05 | 343.08 | 0.74 | 0.79 |
| Hex | F1 | A3 | B9 | 0 | 20 | 17 | 5 | 157 | 4A | 4F |
| Octal | 361 | 243 | 271 | 0 | 40 | 27 | 5 | 527 | 112 | 117 |
| Binary | 11110001 | 10100011 | 10111001 | 0 | 100000 | 10111 | 101 | 101010111 | 1001010 | 1001111 |
Color Harmonies of #F1A3B9
Complementary color
Monochromatic Colors of #F1A3B9
Black with #F1A3B9
Text Example
Text Example
White with #F1A3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A3B9; }
p { color: rgb(241,163,185); }
H1.HeaderClassName
{
color: #F1A3B9;
}
.AnyTagClassName
{
color: #F1A3B9;
}
</style>
background-color css
<style>
a { background-color: #F1A3B9; }
a { background-color: rgb(241,163,185); }
div.DivClassName
{
background-color: #F1A3B9;
}
.BgClassName
{
background-color: #F1A3B9;
}
</style>
border-color css
<style>
span { border-color: #F1A3B9; }
span { border-color: rgb(241,163,185); }
td.TdClassName
{
border-color: #F1A3B9;
}
.TagClassName
{
border-color: #F1A3B9;
}
</style>