Shades of Illusion #F99BBB
Tints of Illusion #F99BBB
RGB
CMYK
RGB Variations
Color information
#F99BBB (or 0xF99BBB) is known color: Illusion. HEX triplet: F9, 9B and BB. RGB value is (249,155,187). Sum of RGB (Red+Green+Blue) = 249+155+187=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BBB is #066444. Grayscale: #BABABA. Windows color (decimal): -418885 or 12295161. OLE color: 12295161.
HSL color Cylindrical-coordinate representation of color #F99BBB: hue angle of 339.57º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BBB is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 187 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.02 |
| HSL | 339.57º | 0.89% | 0.79% | - |
| HSV(B) | 339.57º | 0.38% | 0.98% | - |
| XYZ | 59.76 | 47.17 | 52.97 | - |
| YUV | 186.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 187 | 0 | 0.38 | 0.25 | 0.02 | 339.57 | 0.89 | 0.79 |
| Hex | F9 | 9B | BB | 0 | 26 | 19 | 2 | 154 | 59 | 4F |
| Octal | 371 | 233 | 273 | 0 | 46 | 31 | 2 | 524 | 131 | 117 |
| Binary | 11111001 | 10011011 | 10111011 | 0 | 100110 | 11001 | 10 | 101010100 | 1011001 | 1001111 |
Color Harmonies of #F99BBB
Complementary color
Monochromatic Colors of #F99BBB
Black with #F99BBB
Text Example
Text Example
White with #F99BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BBB; }
p { color: rgb(249,155,187); }
H1.HeaderClassName
{
color: #F99BBB;
}
.AnyTagClassName
{
color: #F99BBB;
}
</style>
background-color css
<style>
a { background-color: #F99BBB; }
a { background-color: rgb(249,155,187); }
div.DivClassName
{
background-color: #F99BBB;
}
.BgClassName
{
background-color: #F99BBB;
}
</style>
border-color css
<style>
span { border-color: #F99BBB; }
span { border-color: rgb(249,155,187); }
td.TdClassName
{
border-color: #F99BBB;
}
.TagClassName
{
border-color: #F99BBB;
}
</style>