Shades of Illusion #F097AD
Tints of Illusion #F097AD
RGB
CMYK
RGB Variations
Color information
#F097AD (or 0xF097AD) is known color: Illusion. HEX triplet: F0, 97 and AD. RGB value is (240,151,173). Sum of RGB (Red+Green+Blue) = 240+151+173=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F097AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F097AD is #0F6852. Grayscale: #B4B4B4. Windows color (decimal): -1009747 or 11376624. OLE color: 11376624.
HSL color Cylindrical-coordinate representation of color #F097AD: hue angle of 345.17º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F097AD is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 173 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.06 |
| HSL | 345.17º | 0.75% | 0.77% | - |
| HSV(B) | 345.17º | 0.37% | 0.94% | - |
| XYZ | 54.54 | 43.68 | 45.09 | - |
| YUV | 180.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 173 | 0 | 0.37 | 0.28 | 0.06 | 345.17 | 0.75 | 0.77 |
| Hex | F0 | 97 | AD | 0 | 25 | 1C | 6 | 159 | 4B | 4D |
| Octal | 360 | 227 | 255 | 0 | 45 | 34 | 6 | 531 | 113 | 115 |
| Binary | 11110000 | 10010111 | 10101101 | 0 | 100101 | 11100 | 110 | 101011001 | 1001011 | 1001101 |
Color Harmonies of #F097AD
Complementary color
Monochromatic Colors of #F097AD
Black with #F097AD
Text Example
Text Example
White with #F097AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097AD; }
p { color: rgb(240,151,173); }
H1.HeaderClassName
{
color: #F097AD;
}
.AnyTagClassName
{
color: #F097AD;
}
</style>
background-color css
<style>
a { background-color: #F097AD; }
a { background-color: rgb(240,151,173); }
div.DivClassName
{
background-color: #F097AD;
}
.BgClassName
{
background-color: #F097AD;
}
</style>
border-color css
<style>
span { border-color: #F097AD; }
span { border-color: rgb(240,151,173); }
td.TdClassName
{
border-color: #F097AD;
}
.TagClassName
{
border-color: #F097AD;
}
</style>