Shades of Illusion #F095AB
Tints of Illusion #F095AB
RGB
CMYK
RGB Variations
Color information
#F095AB (or 0xF095AB) is known color: Illusion. HEX triplet: F0, 95 and AB. RGB value is (240,149,171). Sum of RGB (Red+Green+Blue) = 240+149+171=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F095AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095AB is #0F6A54. Grayscale: #B2B2B2. Windows color (decimal): -1010261 or 11245040. OLE color: 11245040.
HSL color Cylindrical-coordinate representation of color #F095AB: hue angle of 345.49º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095AB is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 171 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.06 |
| HSL | 345.49º | 0.75% | 0.76% | - |
| HSV(B) | 345.49º | 0.38% | 0.94% | - |
| XYZ | 54.03 | 42.96 | 43.97 | - |
| YUV | 178.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 171 | 0 | 0.38 | 0.29 | 0.06 | 345.49 | 0.75 | 0.76 |
| Hex | F0 | 95 | AB | 0 | 26 | 1D | 6 | 159 | 4B | 4C |
| Octal | 360 | 225 | 253 | 0 | 46 | 35 | 6 | 531 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10101011 | 0 | 100110 | 11101 | 110 | 101011001 | 1001011 | 1001100 |
Color Harmonies of #F095AB
Complementary color
Monochromatic Colors of #F095AB
Black with #F095AB
Text Example
Text Example
White with #F095AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095AB; }
p { color: rgb(240,149,171); }
H1.HeaderClassName
{
color: #F095AB;
}
.AnyTagClassName
{
color: #F095AB;
}
</style>
background-color css
<style>
a { background-color: #F095AB; }
a { background-color: rgb(240,149,171); }
div.DivClassName
{
background-color: #F095AB;
}
.BgClassName
{
background-color: #F095AB;
}
</style>
border-color css
<style>
span { border-color: #F095AB; }
span { border-color: rgb(240,149,171); }
td.TdClassName
{
border-color: #F095AB;
}
.TagClassName
{
border-color: #F095AB;
}
</style>