Shades of Illusion #F6A6B2
Tints of Illusion #F6A6B2
RGB
CMYK
RGB Variations
Color information
#F6A6B2 (or 0xF6A6B2) is known color: Illusion. HEX triplet: F6, A6 and B2. RGB value is (246,166,178). Sum of RGB (Red+Green+Blue) = 246+166+178=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A6B2 is #09594D. Grayscale: #BFBFBF. Windows color (decimal): -612686 or 11708150. OLE color: 11708150.
HSL color Cylindrical-coordinate representation of color #F6A6B2: hue angle of 351º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A6B2 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 178 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.04 |
| HSL | 351º | 0.82% | 0.81% | - |
| HSV(B) | 351º | 0.33% | 0.96% | - |
| XYZ | 59.68 | 50.08 | 48.64 | - |
| YUV | 191.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 178 | 0 | 0.33 | 0.28 | 0.04 | 351 | 0.82 | 0.81 |
| Hex | F6 | A6 | B2 | 0 | 21 | 1C | 4 | 15F | 52 | 51 |
| Octal | 366 | 246 | 262 | 0 | 41 | 34 | 4 | 537 | 122 | 121 |
| Binary | 11110110 | 10100110 | 10110010 | 0 | 100001 | 11100 | 100 | 101011111 | 1010010 | 1010001 |
Color Harmonies of #F6A6B2
Complementary color
Monochromatic Colors of #F6A6B2
Black with #F6A6B2
Text Example
Text Example
White with #F6A6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A6B2; }
p { color: rgb(246,166,178); }
H1.HeaderClassName
{
color: #F6A6B2;
}
.AnyTagClassName
{
color: #F6A6B2;
}
</style>
background-color css
<style>
a { background-color: #F6A6B2; }
a { background-color: rgb(246,166,178); }
div.DivClassName
{
background-color: #F6A6B2;
}
.BgClassName
{
background-color: #F6A6B2;
}
</style>
border-color css
<style>
span { border-color: #F6A6B2; }
span { border-color: rgb(246,166,178); }
td.TdClassName
{
border-color: #F6A6B2;
}
.TagClassName
{
border-color: #F6A6B2;
}
</style>