Shades of Illusion #F09BAE
Tints of Illusion #F09BAE
RGB
CMYK
RGB Variations
Color information
#F09BAE (or 0xF09BAE) is known color: Illusion. HEX triplet: F0, 9B and AE. RGB value is (240,155,174). Sum of RGB (Red+Green+Blue) = 240+155+174=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09BAE is #0F6451. Grayscale: #B6B6B6. Windows color (decimal): -1008722 or 11443184. OLE color: 11443184.
HSL color Cylindrical-coordinate representation of color #F09BAE: hue angle of 346.59º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BAE is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 174 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.06 |
| HSL | 346.59º | 0.74% | 0.77% | - |
| HSV(B) | 346.59º | 0.35% | 0.94% | - |
| XYZ | 55.3 | 45.02 | 45.82 | - |
| YUV | 182.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 174 | 0 | 0.35 | 0.28 | 0.06 | 346.59 | 0.74 | 0.77 |
| Hex | F0 | 9B | AE | 0 | 23 | 1C | 6 | 15B | 4A | 4D |
| Octal | 360 | 233 | 256 | 0 | 43 | 34 | 6 | 533 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10101110 | 0 | 100011 | 11100 | 110 | 101011011 | 1001010 | 1001101 |
Color Harmonies of #F09BAE
Complementary color
Monochromatic Colors of #F09BAE
Black with #F09BAE
Text Example
Text Example
White with #F09BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BAE; }
p { color: rgb(240,155,174); }
H1.HeaderClassName
{
color: #F09BAE;
}
.AnyTagClassName
{
color: #F09BAE;
}
</style>
background-color css
<style>
a { background-color: #F09BAE; }
a { background-color: rgb(240,155,174); }
div.DivClassName
{
background-color: #F09BAE;
}
.BgClassName
{
background-color: #F09BAE;
}
</style>
border-color css
<style>
span { border-color: #F09BAE; }
span { border-color: rgb(240,155,174); }
td.TdClassName
{
border-color: #F09BAE;
}
.TagClassName
{
border-color: #F09BAE;
}
</style>