Shades of Illusion #F095AC
Tints of Illusion #F095AC
RGB
CMYK
RGB Variations
Color information
#F095AC (or 0xF095AC) is known color: Illusion. HEX triplet: F0, 95 and AC. RGB value is (240,149,172). Sum of RGB (Red+Green+Blue) = 240+149+172=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F095AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095AC is #0F6A53. Grayscale: #B2B2B2. Windows color (decimal): -1010260 or 11310576. OLE color: 11310576.
HSL color Cylindrical-coordinate representation of color #F095AC: hue angle of 344.84º 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 #F095AC is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 172 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.06 |
| HSL | 344.84º | 0.75% | 0.76% | - |
| HSV(B) | 344.84º | 0.38% | 0.94% | - |
| XYZ | 54.13 | 43 | 44.48 | - |
| YUV | 178.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 172 | 0 | 0.38 | 0.28 | 0.06 | 344.84 | 0.75 | 0.76 |
| Hex | F0 | 95 | AC | 0 | 26 | 1C | 6 | 159 | 4B | 4C |
| Octal | 360 | 225 | 254 | 0 | 46 | 34 | 6 | 531 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10101100 | 0 | 100110 | 11100 | 110 | 101011001 | 1001011 | 1001100 |
Color Harmonies of #F095AC
Complementary color
Monochromatic Colors of #F095AC
Black with #F095AC
Text Example
Text Example
White with #F095AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095AC; }
p { color: rgb(240,149,172); }
H1.HeaderClassName
{
color: #F095AC;
}
.AnyTagClassName
{
color: #F095AC;
}
</style>
background-color css
<style>
a { background-color: #F095AC; }
a { background-color: rgb(240,149,172); }
div.DivClassName
{
background-color: #F095AC;
}
.BgClassName
{
background-color: #F095AC;
}
</style>
border-color css
<style>
span { border-color: #F095AC; }
span { border-color: rgb(240,149,172); }
td.TdClassName
{
border-color: #F095AC;
}
.TagClassName
{
border-color: #F095AC;
}
</style>