Shades of Illusion #FA90B5
Tints of Illusion #FA90B5
RGB
CMYK
RGB Variations
Color information
#FA90B5 (or 0xFA90B5) is known color: Illusion. HEX triplet: FA, 90 and B5. RGB value is (250,144,181). Sum of RGB (Red+Green+Blue) = 250+144+181=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90B5 is #056F4A. Grayscale: #B3B3B3. Windows color (decimal): -356171 or 11899130. OLE color: 11899130.
HSL color Cylindrical-coordinate representation of color #FA90B5: hue angle of 339.06º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90B5 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 181 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.02 |
| HSL | 339.06º | 0.91% | 0.77% | - |
| HSV(B) | 339.06º | 0.42% | 0.98% | - |
| XYZ | 57.74 | 43.61 | 49.09 | - |
| YUV | 179.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 181 | 0 | 0.42 | 0.28 | 0.02 | 339.06 | 0.91 | 0.77 |
| Hex | FA | 90 | B5 | 0 | 2A | 1C | 2 | 153 | 5B | 4D |
| Octal | 372 | 220 | 265 | 0 | 52 | 34 | 2 | 523 | 133 | 115 |
| Binary | 11111010 | 10010000 | 10110101 | 0 | 101010 | 11100 | 10 | 101010011 | 1011011 | 1001101 |
Color Harmonies of #FA90B5
Complementary color
Monochromatic Colors of #FA90B5
Black with #FA90B5
Text Example
Text Example
White with #FA90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90B5; }
p { color: rgb(250,144,181); }
H1.HeaderClassName
{
color: #FA90B5;
}
.AnyTagClassName
{
color: #FA90B5;
}
</style>
background-color css
<style>
a { background-color: #FA90B5; }
a { background-color: rgb(250,144,181); }
div.DivClassName
{
background-color: #FA90B5;
}
.BgClassName
{
background-color: #FA90B5;
}
</style>
border-color css
<style>
span { border-color: #FA90B5; }
span { border-color: rgb(250,144,181); }
td.TdClassName
{
border-color: #FA90B5;
}
.TagClassName
{
border-color: #FA90B5;
}
</style>