Shades of Illusion #F69AB2
Tints of Illusion #F69AB2
RGB
CMYK
RGB Variations
Color information
#F69AB2 (or 0xF69AB2) is known color: Illusion. HEX triplet: F6, 9A and B2. RGB value is (246,154,178). Sum of RGB (Red+Green+Blue) = 246+154+178=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69AB2 is #09654D. Grayscale: #B8B8B8. Windows color (decimal): -615758 or 11705078. OLE color: 11705078.
HSL color Cylindrical-coordinate representation of color #F69AB2: hue angle of 344.35º 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 #F69AB2 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 178 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.04 |
| HSL | 344.35º | 0.84% | 0.78% | - |
| HSV(B) | 344.35º | 0.37% | 0.96% | - |
| XYZ | 57.6 | 45.92 | 47.95 | - |
| YUV | 184.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 178 | 0 | 0.37 | 0.28 | 0.04 | 344.35 | 0.84 | 0.78 |
| Hex | F6 | 9A | B2 | 0 | 25 | 1C | 4 | 158 | 54 | 4E |
| Octal | 366 | 232 | 262 | 0 | 45 | 34 | 4 | 530 | 124 | 116 |
| Binary | 11110110 | 10011010 | 10110010 | 0 | 100101 | 11100 | 100 | 101011000 | 1010100 | 1001110 |
Color Harmonies of #F69AB2
Complementary color
Monochromatic Colors of #F69AB2
Black with #F69AB2
Text Example
Text Example
White with #F69AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69AB2; }
p { color: rgb(246,154,178); }
H1.HeaderClassName
{
color: #F69AB2;
}
.AnyTagClassName
{
color: #F69AB2;
}
</style>
background-color css
<style>
a { background-color: #F69AB2; }
a { background-color: rgb(246,154,178); }
div.DivClassName
{
background-color: #F69AB2;
}
.BgClassName
{
background-color: #F69AB2;
}
</style>
border-color css
<style>
span { border-color: #F69AB2; }
span { border-color: rgb(246,154,178); }
td.TdClassName
{
border-color: #F69AB2;
}
.TagClassName
{
border-color: #F69AB2;
}
</style>