Shades of Illusion #F6A5AD
Tints of Illusion #F6A5AD
RGB
CMYK
RGB Variations
Color information
#F6A5AD (or 0xF6A5AD) is known color: Illusion. HEX triplet: F6, A5 and AD. RGB value is (246,165,173). Sum of RGB (Red+Green+Blue) = 246+165+173=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A5AD is #095A52. Grayscale: #BEBEBE. Windows color (decimal): -612947 or 11380214. OLE color: 11380214.
HSL color Cylindrical-coordinate representation of color #F6A5AD: hue angle of 354.07º 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 #F6A5AD is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 173 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.04 |
| HSL | 354.07º | 0.82% | 0.81% | - |
| HSV(B) | 354.07º | 0.33% | 0.96% | - |
| XYZ | 59 | 49.52 | 45.98 | - |
| YUV | 190.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 173 | 0 | 0.33 | 0.30 | 0.04 | 354.07 | 0.82 | 0.81 |
| Hex | F6 | A5 | AD | 0 | 21 | 1E | 4 | 162 | 52 | 51 |
| Octal | 366 | 245 | 255 | 0 | 41 | 36 | 4 | 542 | 122 | 121 |
| Binary | 11110110 | 10100101 | 10101101 | 0 | 100001 | 11110 | 100 | 101100010 | 1010010 | 1010001 |
Color Harmonies of #F6A5AD
Complementary color
Monochromatic Colors of #F6A5AD
Black with #F6A5AD
Text Example
Text Example
White with #F6A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A5AD; }
p { color: rgb(246,165,173); }
H1.HeaderClassName
{
color: #F6A5AD;
}
.AnyTagClassName
{
color: #F6A5AD;
}
</style>
background-color css
<style>
a { background-color: #F6A5AD; }
a { background-color: rgb(246,165,173); }
div.DivClassName
{
background-color: #F6A5AD;
}
.BgClassName
{
background-color: #F6A5AD;
}
</style>
border-color css
<style>
span { border-color: #F6A5AD; }
span { border-color: rgb(246,165,173); }
td.TdClassName
{
border-color: #F6A5AD;
}
.TagClassName
{
border-color: #F6A5AD;
}
</style>