Shades of Illusion #F9A1B4
Tints of Illusion #F9A1B4
RGB
CMYK
RGB Variations
Color information
#F9A1B4 (or 0xF9A1B4) is known color: Illusion. HEX triplet: F9, A1 and B4. RGB value is (249,161,180). Sum of RGB (Red+Green+Blue) = 249+161+180=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1B4 is #065E4B. Grayscale: #BDBDBD. Windows color (decimal): -417356 or 11837945. OLE color: 11837945.
HSL color Cylindrical-coordinate representation of color #F9A1B4: hue angle of 347.05º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1B4 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 180 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.02 |
| HSL | 347.05º | 0.88% | 0.8% | - |
| HSV(B) | 347.05º | 0.35% | 0.98% | - |
| XYZ | 60.05 | 48.92 | 49.46 | - |
| YUV | 189.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 180 | 0 | 0.35 | 0.28 | 0.02 | 347.05 | 0.88 | 0.8 |
| Hex | F9 | A1 | B4 | 0 | 23 | 1C | 2 | 15B | 58 | 50 |
| Octal | 371 | 241 | 264 | 0 | 43 | 34 | 2 | 533 | 130 | 120 |
| Binary | 11111001 | 10100001 | 10110100 | 0 | 100011 | 11100 | 10 | 101011011 | 1011000 | 1010000 |
Color Harmonies of #F9A1B4
Complementary color
Monochromatic Colors of #F9A1B4
Black with #F9A1B4
Text Example
Text Example
White with #F9A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1B4; }
p { color: rgb(249,161,180); }
H1.HeaderClassName
{
color: #F9A1B4;
}
.AnyTagClassName
{
color: #F9A1B4;
}
</style>
background-color css
<style>
a { background-color: #F9A1B4; }
a { background-color: rgb(249,161,180); }
div.DivClassName
{
background-color: #F9A1B4;
}
.BgClassName
{
background-color: #F9A1B4;
}
</style>
border-color css
<style>
span { border-color: #F9A1B4; }
span { border-color: rgb(249,161,180); }
td.TdClassName
{
border-color: #F9A1B4;
}
.TagClassName
{
border-color: #F9A1B4;
}
</style>