Shades of Illusion #F9A5B4
Tints of Illusion #F9A5B4
RGB
CMYK
RGB Variations
Color information
#F9A5B4 (or 0xF9A5B4) is known color: Illusion. HEX triplet: F9, A5 and B4. RGB value is (249,165,180). Sum of RGB (Red+Green+Blue) = 249+165+180=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A5B4 is #065A4B. Grayscale: #BFBFBF. Windows color (decimal): -416332 or 11838969. OLE color: 11838969.
HSL color Cylindrical-coordinate representation of color #F9A5B4: hue angle of 349.29º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A5B4 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 180 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.02 |
| HSL | 349.29º | 0.88% | 0.81% | - |
| HSV(B) | 349.29º | 0.34% | 0.98% | - |
| XYZ | 60.76 | 50.35 | 49.7 | - |
| YUV | 191.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 180 | 0 | 0.34 | 0.28 | 0.02 | 349.29 | 0.88 | 0.81 |
| Hex | F9 | A5 | B4 | 0 | 22 | 1C | 2 | 15D | 58 | 51 |
| Octal | 371 | 245 | 264 | 0 | 42 | 34 | 2 | 535 | 130 | 121 |
| Binary | 11111001 | 10100101 | 10110100 | 0 | 100010 | 11100 | 10 | 101011101 | 1011000 | 1010001 |
Color Harmonies of #F9A5B4
Complementary color
Monochromatic Colors of #F9A5B4
Black with #F9A5B4
Text Example
Text Example
White with #F9A5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A5B4; }
p { color: rgb(249,165,180); }
H1.HeaderClassName
{
color: #F9A5B4;
}
.AnyTagClassName
{
color: #F9A5B4;
}
</style>
background-color css
<style>
a { background-color: #F9A5B4; }
a { background-color: rgb(249,165,180); }
div.DivClassName
{
background-color: #F9A5B4;
}
.BgClassName
{
background-color: #F9A5B4;
}
</style>
border-color css
<style>
span { border-color: #F9A5B4; }
span { border-color: rgb(249,165,180); }
td.TdClassName
{
border-color: #F9A5B4;
}
.TagClassName
{
border-color: #F9A5B4;
}
</style>