Shades of Illusion #F69DB6
Tints of Illusion #F69DB6
RGB
CMYK
RGB Variations
Color information
#F69DB6 (or 0xF69DB6) is known color: Illusion. HEX triplet: F6, 9D and B6. RGB value is (246,157,182). Sum of RGB (Red+Green+Blue) = 246+157+182=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DB6 is #096249. Grayscale: #BABABA. Windows color (decimal): -614986 or 11967990. OLE color: 11967990.
HSL color Cylindrical-coordinate representation of color #F69DB6: hue angle of 343.15º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69DB6 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 182 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.04 |
| HSL | 343.15º | 0.83% | 0.79% | - |
| HSV(B) | 343.15º | 0.36% | 0.96% | - |
| XYZ | 58.51 | 47.08 | 50.26 | - |
| YUV | 186.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 182 | 0 | 0.36 | 0.26 | 0.04 | 343.15 | 0.83 | 0.79 |
| Hex | F6 | 9D | B6 | 0 | 24 | 1A | 4 | 157 | 53 | 4F |
| Octal | 366 | 235 | 266 | 0 | 44 | 32 | 4 | 527 | 123 | 117 |
| Binary | 11110110 | 10011101 | 10110110 | 0 | 100100 | 11010 | 100 | 101010111 | 1010011 | 1001111 |
Color Harmonies of #F69DB6
Complementary color
Monochromatic Colors of #F69DB6
Black with #F69DB6
Text Example
Text Example
White with #F69DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69DB6; }
p { color: rgb(246,157,182); }
H1.HeaderClassName
{
color: #F69DB6;
}
.AnyTagClassName
{
color: #F69DB6;
}
</style>
background-color css
<style>
a { background-color: #F69DB6; }
a { background-color: rgb(246,157,182); }
div.DivClassName
{
background-color: #F69DB6;
}
.BgClassName
{
background-color: #F69DB6;
}
</style>
border-color css
<style>
span { border-color: #F69DB6; }
span { border-color: rgb(246,157,182); }
td.TdClassName
{
border-color: #F69DB6;
}
.TagClassName
{
border-color: #F69DB6;
}
</style>