Shades of Illusion #F0A6B6
Tints of Illusion #F0A6B6
RGB
CMYK
RGB Variations
Color information
#F0A6B6 (or 0xF0A6B6) is known color: Illusion. HEX triplet: F0, A6 and B6. RGB value is (240,166,182). Sum of RGB (Red+Green+Blue) = 240+166+182=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6B6 is #0F5949. Grayscale: #BDBDBD. Windows color (decimal): -1005898 or 11970288. OLE color: 11970288.
HSL color Cylindrical-coordinate representation of color #F0A6B6: hue angle of 347.03º 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 #F0A6B6 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 182 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.06 |
| HSL | 347.03º | 0.71% | 0.8% | - |
| HSV(B) | 347.03º | 0.31% | 0.94% | - |
| XYZ | 58.01 | 49.18 | 50.69 | - |
| YUV | 189.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 182 | 0 | 0.31 | 0.24 | 0.06 | 347.03 | 0.71 | 0.8 |
| Hex | F0 | A6 | B6 | 0 | 1F | 18 | 6 | 15B | 47 | 50 |
| Octal | 360 | 246 | 266 | 0 | 37 | 30 | 6 | 533 | 107 | 120 |
| Binary | 11110000 | 10100110 | 10110110 | 0 | 11111 | 11000 | 110 | 101011011 | 1000111 | 1010000 |
Color Harmonies of #F0A6B6
Complementary color
Monochromatic Colors of #F0A6B6
Black with #F0A6B6
Text Example
Text Example
White with #F0A6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A6B6; }
p { color: rgb(240,166,182); }
H1.HeaderClassName
{
color: #F0A6B6;
}
.AnyTagClassName
{
color: #F0A6B6;
}
</style>
background-color css
<style>
a { background-color: #F0A6B6; }
a { background-color: rgb(240,166,182); }
div.DivClassName
{
background-color: #F0A6B6;
}
.BgClassName
{
background-color: #F0A6B6;
}
</style>
border-color css
<style>
span { border-color: #F0A6B6; }
span { border-color: rgb(240,166,182); }
td.TdClassName
{
border-color: #F0A6B6;
}
.TagClassName
{
border-color: #F0A6B6;
}
</style>