Shades of Illusion #F69FBA
Tints of Illusion #F69FBA
RGB
CMYK
RGB Variations
Color information
#F69FBA (or 0xF69FBA) is known color: Illusion. HEX triplet: F6, 9F and BA. RGB value is (246,159,186). Sum of RGB (Red+Green+Blue) = 246+159+186=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F69FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69FBA is #096045. Grayscale: #BCBCBC. Windows color (decimal): -614470 or 12230646. OLE color: 12230646.
HSL color Cylindrical-coordinate representation of color #F69FBA: hue angle of 341.38º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F69FBA is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 159 | 186 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.04 |
| HSL | 341.38º | 0.83% | 0.79% | - |
| HSV(B) | 341.38º | 0.35% | 0.96% | - |
| XYZ | 59.27 | 47.93 | 52.58 | - |
| YUV | 188.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 159 | 186 | 0 | 0.35 | 0.24 | 0.04 | 341.38 | 0.83 | 0.79 |
| Hex | F6 | 9F | BA | 0 | 23 | 18 | 4 | 155 | 53 | 4F |
| Octal | 366 | 237 | 272 | 0 | 43 | 30 | 4 | 525 | 123 | 117 |
| Binary | 11110110 | 10011111 | 10111010 | 0 | 100011 | 11000 | 100 | 101010101 | 1010011 | 1001111 |
Color Harmonies of #F69FBA
Complementary color
Monochromatic Colors of #F69FBA
Black with #F69FBA
Text Example
Text Example
White with #F69FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69FBA; }
p { color: rgb(246,159,186); }
H1.HeaderClassName
{
color: #F69FBA;
}
.AnyTagClassName
{
color: #F69FBA;
}
</style>
background-color css
<style>
a { background-color: #F69FBA; }
a { background-color: rgb(246,159,186); }
div.DivClassName
{
background-color: #F69FBA;
}
.BgClassName
{
background-color: #F69FBA;
}
</style>
border-color css
<style>
span { border-color: #F69FBA; }
span { border-color: rgb(246,159,186); }
td.TdClassName
{
border-color: #F69FBA;
}
.TagClassName
{
border-color: #F69FBA;
}
</style>