Shades of Illusion #F69CB7
Tints of Illusion #F69CB7
RGB
CMYK
RGB Variations
Color information
#F69CB7 (or 0xF69CB7) is known color: Illusion. HEX triplet: F6, 9C and B7. RGB value is (246,156,183). Sum of RGB (Red+Green+Blue) = 246+156+183=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CB7 is #096348. Grayscale: #B9B9B9. Windows color (decimal): -615241 or 12033270. OLE color: 12033270.
HSL color Cylindrical-coordinate representation of color #F69CB7: hue angle of 342º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69CB7 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 183 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.04 |
| HSL | 342º | 0.83% | 0.79% | - |
| HSV(B) | 342º | 0.37% | 0.96% | - |
| XYZ | 58.44 | 46.79 | 50.75 | - |
| YUV | 185.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 183 | 0 | 0.37 | 0.26 | 0.04 | 342 | 0.83 | 0.79 |
| Hex | F6 | 9C | B7 | 0 | 25 | 1A | 4 | 156 | 53 | 4F |
| Octal | 366 | 234 | 267 | 0 | 45 | 32 | 4 | 526 | 123 | 117 |
| Binary | 11110110 | 10011100 | 10110111 | 0 | 100101 | 11010 | 100 | 101010110 | 1010011 | 1001111 |
Color Harmonies of #F69CB7
Complementary color
Monochromatic Colors of #F69CB7
Black with #F69CB7
Text Example
Text Example
White with #F69CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CB7; }
p { color: rgb(246,156,183); }
H1.HeaderClassName
{
color: #F69CB7;
}
.AnyTagClassName
{
color: #F69CB7;
}
</style>
background-color css
<style>
a { background-color: #F69CB7; }
a { background-color: rgb(246,156,183); }
div.DivClassName
{
background-color: #F69CB7;
}
.BgClassName
{
background-color: #F69CB7;
}
</style>
border-color css
<style>
span { border-color: #F69CB7; }
span { border-color: rgb(246,156,183); }
td.TdClassName
{
border-color: #F69CB7;
}
.TagClassName
{
border-color: #F69CB7;
}
</style>