Shades of Illusion #F69AB5
Tints of Illusion #F69AB5
RGB
CMYK
RGB Variations
Color information
#F69AB5 (or 0xF69AB5) is known color: Illusion. HEX triplet: F6, 9A and B5. RGB value is (246,154,181). Sum of RGB (Red+Green+Blue) = 246+154+181=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69AB5 is #09654A. Grayscale: #B8B8B8. Windows color (decimal): -615755 or 11901686. OLE color: 11901686.
HSL color Cylindrical-coordinate representation of color #F69AB5: hue angle of 342.39º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69AB5 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 181 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.04 |
| HSL | 342.39º | 0.84% | 0.78% | - |
| HSV(B) | 342.39º | 0.37% | 0.96% | - |
| XYZ | 57.9 | 46.04 | 49.55 | - |
| YUV | 184.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 181 | 0 | 0.37 | 0.26 | 0.04 | 342.39 | 0.84 | 0.78 |
| Hex | F6 | 9A | B5 | 0 | 25 | 1A | 4 | 156 | 54 | 4E |
| Octal | 366 | 232 | 265 | 0 | 45 | 32 | 4 | 526 | 124 | 116 |
| Binary | 11110110 | 10011010 | 10110101 | 0 | 100101 | 11010 | 100 | 101010110 | 1010100 | 1001110 |
Color Harmonies of #F69AB5
Complementary color
Monochromatic Colors of #F69AB5
Black with #F69AB5
Text Example
Text Example
White with #F69AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AB5; }
p { color: rgb(246,154,181); }
H1.HeaderClassName
{
color: #F69AB5;
}
.AnyTagClassName
{
color: #F69AB5;
}
</style>
background-color css
<style>
a { background-color: #F69AB5; }
a { background-color: rgb(246,154,181); }
div.DivClassName
{
background-color: #F69AB5;
}
.BgClassName
{
background-color: #F69AB5;
}
</style>
border-color css
<style>
span { border-color: #F69AB5; }
span { border-color: rgb(246,154,181); }
td.TdClassName
{
border-color: #F69AB5;
}
.TagClassName
{
border-color: #F69AB5;
}
</style>