Shades of Illusion #F09DAF
Tints of Illusion #F09DAF
RGB
CMYK
RGB Variations
Color information
#F09DAF (or 0xF09DAF) is known color: Illusion. HEX triplet: F0, 9D and AF. RGB value is (240,157,175). Sum of RGB (Red+Green+Blue) = 240+157+175=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09DAF is #0F6250. Grayscale: #B7B7B7. Windows color (decimal): -1008209 or 11509232. OLE color: 11509232.
HSL color Cylindrical-coordinate representation of color #F09DAF: hue angle of 346.99º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DAF is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 175 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.06 |
| HSL | 346.99º | 0.73% | 0.78% | - |
| HSV(B) | 346.99º | 0.35% | 0.94% | - |
| XYZ | 55.73 | 45.73 | 46.45 | - |
| YUV | 183.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 175 | 0 | 0.35 | 0.27 | 0.06 | 346.99 | 0.73 | 0.78 |
| Hex | F0 | 9D | AF | 0 | 23 | 1B | 6 | 15B | 49 | 4E |
| Octal | 360 | 235 | 257 | 0 | 43 | 33 | 6 | 533 | 111 | 116 |
| Binary | 11110000 | 10011101 | 10101111 | 0 | 100011 | 11011 | 110 | 101011011 | 1001001 | 1001110 |
Color Harmonies of #F09DAF
Complementary color
Monochromatic Colors of #F09DAF
Black with #F09DAF
Text Example
Text Example
White with #F09DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DAF; }
p { color: rgb(240,157,175); }
H1.HeaderClassName
{
color: #F09DAF;
}
.AnyTagClassName
{
color: #F09DAF;
}
</style>
background-color css
<style>
a { background-color: #F09DAF; }
a { background-color: rgb(240,157,175); }
div.DivClassName
{
background-color: #F09DAF;
}
.BgClassName
{
background-color: #F09DAF;
}
</style>
border-color css
<style>
span { border-color: #F09DAF; }
span { border-color: rgb(240,157,175); }
td.TdClassName
{
border-color: #F09DAF;
}
.TagClassName
{
border-color: #F09DAF;
}
</style>