Shades of Illusion #F091AF
Tints of Illusion #F091AF
RGB
CMYK
RGB Variations
Color information
#F091AF (or 0xF091AF) is known color: Illusion. HEX triplet: F0, 91 and AF. RGB value is (240,145,175). Sum of RGB (Red+Green+Blue) = 240+145+175=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F091AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F091AF is #0F6E50. Grayscale: #B0B0B0. Windows color (decimal): -1011281 or 11506160. OLE color: 11506160.
HSL color Cylindrical-coordinate representation of color #F091AF: hue angle of 341.05º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091AF is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 175 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.06 |
| HSL | 341.05º | 0.76% | 0.75% | - |
| HSV(B) | 341.05º | 0.4% | 0.94% | - |
| XYZ | 53.8 | 41.87 | 45.8 | - |
| YUV | 176.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 175 | 0 | 0.40 | 0.27 | 0.06 | 341.05 | 0.76 | 0.75 |
| Hex | F0 | 91 | AF | 0 | 28 | 1B | 6 | 155 | 4C | 4B |
| Octal | 360 | 221 | 257 | 0 | 50 | 33 | 6 | 525 | 114 | 113 |
| Binary | 11110000 | 10010001 | 10101111 | 0 | 101000 | 11011 | 110 | 101010101 | 1001100 | 1001011 |
Color Harmonies of #F091AF
Complementary color
Monochromatic Colors of #F091AF
Black with #F091AF
Text Example
Text Example
White with #F091AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091AF; }
p { color: rgb(240,145,175); }
H1.HeaderClassName
{
color: #F091AF;
}
.AnyTagClassName
{
color: #F091AF;
}
</style>
background-color css
<style>
a { background-color: #F091AF; }
a { background-color: rgb(240,145,175); }
div.DivClassName
{
background-color: #F091AF;
}
.BgClassName
{
background-color: #F091AF;
}
</style>
border-color css
<style>
span { border-color: #F091AF; }
span { border-color: rgb(240,145,175); }
td.TdClassName
{
border-color: #F091AF;
}
.TagClassName
{
border-color: #F091AF;
}
</style>