Shades of Illusion #F69DB7
Tints of Illusion #F69DB7
RGB
CMYK
RGB Variations
Color information
#F69DB7 (or 0xF69DB7) is known color: Illusion. HEX triplet: F6, 9D and B7. RGB value is (246,157,183). Sum of RGB (Red+Green+Blue) = 246+157+183=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DB7 is #096248. Grayscale: #BABABA. Windows color (decimal): -614985 or 12033526. OLE color: 12033526.
HSL color Cylindrical-coordinate representation of color #F69DB7: hue angle of 342.47º 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 #F69DB7 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 183 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.04 |
| HSL | 342.47º | 0.83% | 0.79% | - |
| HSV(B) | 342.47º | 0.36% | 0.96% | - |
| XYZ | 58.61 | 47.13 | 50.81 | - |
| YUV | 186.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 183 | 0 | 0.36 | 0.26 | 0.04 | 342.47 | 0.83 | 0.79 |
| Hex | F6 | 9D | B7 | 0 | 24 | 1A | 4 | 156 | 53 | 4F |
| Octal | 366 | 235 | 267 | 0 | 44 | 32 | 4 | 526 | 123 | 117 |
| Binary | 11110110 | 10011101 | 10110111 | 0 | 100100 | 11010 | 100 | 101010110 | 1010011 | 1001111 |
Color Harmonies of #F69DB7
Complementary color
Monochromatic Colors of #F69DB7
Black with #F69DB7
Text Example
Text Example
White with #F69DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69DB7; }
p { color: rgb(246,157,183); }
H1.HeaderClassName
{
color: #F69DB7;
}
.AnyTagClassName
{
color: #F69DB7;
}
</style>
background-color css
<style>
a { background-color: #F69DB7; }
a { background-color: rgb(246,157,183); }
div.DivClassName
{
background-color: #F69DB7;
}
.BgClassName
{
background-color: #F69DB7;
}
</style>
border-color css
<style>
span { border-color: #F69DB7; }
span { border-color: rgb(246,157,183); }
td.TdClassName
{
border-color: #F69DB7;
}
.TagClassName
{
border-color: #F69DB7;
}
</style>