Shades of Illusion #F0A6B5
Tints of Illusion #F0A6B5
RGB
CMYK
RGB Variations
Color information
#F0A6B5 (or 0xF0A6B5) is known color: Illusion. HEX triplet: F0, A6 and B5. RGB value is (240,166,181). Sum of RGB (Red+Green+Blue) = 240+166+181=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6B5 is #0F594A. Grayscale: #BDBDBD. Windows color (decimal): -1005899 or 11904752. OLE color: 11904752.
HSL color Cylindrical-coordinate representation of color #F0A6B5: hue angle of 347.84º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A6B5 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 166 | 181 | - |
CMYK | 0 | 0.31 | 0.25 | 0.06 |
HSL | 347.84º | 0.71% | 0.8% | - |
HSV(B) | 347.84º | 0.31% | 0.94% | - |
XYZ | 57.91 | 49.13 | 50.15 | - |
YUV | 189.84 | 123.02 | 163.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 166 | 181 | 0 | 0.31 | 0.25 | 0.06 | 347.84 | 0.71 | 0.8 |
Hex | F0 | A6 | B5 | 0 | 1F | 19 | 6 | 15C | 47 | 50 |
Octal | 360 | 246 | 265 | 0 | 37 | 31 | 6 | 534 | 107 | 120 |
Binary | 11110000 | 10100110 | 10110101 | 0 | 11111 | 11001 | 110 | 101011100 | 1000111 | 1010000 |
Color Harmonies of #F0A6B5
Complementary color
Monochromatic Colors of #F0A6B5
Black with #F0A6B5
Text Example
Text Example
White with #F0A6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A6B5; }
p { color: rgb(240,166,181); }
H1.HeaderClassName
{
color: #F0A6B5;
}
.AnyTagClassName
{
color: #F0A6B5;
}
</style>
background-color css
<style>
a { background-color: #F0A6B5; }
a { background-color: rgb(240,166,181); }
div.DivClassName
{
background-color: #F0A6B5;
}
.BgClassName
{
background-color: #F0A6B5;
}
</style>
border-color css
<style>
span { border-color: #F0A6B5; }
span { border-color: rgb(240,166,181); }
td.TdClassName
{
border-color: #F0A6B5;
}
.TagClassName
{
border-color: #F0A6B5;
}
</style>