Shades of Illusion #F69BB5
Tints of Illusion #F69BB5
RGB
CMYK
RGB Variations
Color information
#F69BB5 (or 0xF69BB5) is known color: Illusion. HEX triplet: F6, 9B and B5. RGB value is (246,155,181). Sum of RGB (Red+Green+Blue) = 246+155+181=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BB5 is #09644A. Grayscale: #B9B9B9. Windows color (decimal): -615499 or 11901942. OLE color: 11901942.
HSL color Cylindrical-coordinate representation of color #F69BB5: hue angle of 342.86º 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 #F69BB5 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 155 | 181 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.04 |
| HSL | 342.86º | 0.83% | 0.79% | - |
| HSV(B) | 342.86º | 0.37% | 0.96% | - |
| XYZ | 58.07 | 46.37 | 49.61 | - |
| YUV | 185.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 181 | 0 | 0.37 | 0.26 | 0.04 | 342.86 | 0.83 | 0.79 |
| Hex | F6 | 9B | B5 | 0 | 25 | 1A | 4 | 157 | 53 | 4F |
| Octal | 366 | 233 | 265 | 0 | 45 | 32 | 4 | 527 | 123 | 117 |
| Binary | 11110110 | 10011011 | 10110101 | 0 | 100101 | 11010 | 100 | 101010111 | 1010011 | 1001111 |
Color Harmonies of #F69BB5
Complementary color
Monochromatic Colors of #F69BB5
Black with #F69BB5
Text Example
Text Example
White with #F69BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BB5; }
p { color: rgb(246,155,181); }
H1.HeaderClassName
{
color: #F69BB5;
}
.AnyTagClassName
{
color: #F69BB5;
}
</style>
background-color css
<style>
a { background-color: #F69BB5; }
a { background-color: rgb(246,155,181); }
div.DivClassName
{
background-color: #F69BB5;
}
.BgClassName
{
background-color: #F69BB5;
}
</style>
border-color css
<style>
span { border-color: #F69BB5; }
span { border-color: rgb(246,155,181); }
td.TdClassName
{
border-color: #F69BB5;
}
.TagClassName
{
border-color: #F69BB5;
}
</style>