Shades of Illusion #F999BC
Tints of Illusion #F999BC
RGB
CMYK
RGB Variations
Color information
#F999BC (or 0xF999BC) is known color: Illusion. HEX triplet: F9, 99 and BC. RGB value is (249,153,188). Sum of RGB (Red+Green+Blue) = 249+153+188=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F999BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999BC is #066643. Grayscale: #B9B9B9. Windows color (decimal): -419396 or 12360185. OLE color: 12360185.
HSL color Cylindrical-coordinate representation of color #F999BC: hue angle of 338.12º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999BC is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 188 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.02 |
| HSL | 338.13º | 0.89% | 0.79% | - |
| HSV(B) | 338.13º | 0.39% | 0.98% | - |
| XYZ | 59.54 | 46.55 | 53.42 | - |
| YUV | 185.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 188 | 0 | 0.39 | 0.24 | 0.02 | 338.13 | 0.89 | 0.79 |
| Hex | F9 | 99 | BC | 0 | 27 | 18 | 2 | 152 | 59 | 4F |
| Octal | 371 | 231 | 274 | 0 | 47 | 30 | 2 | 522 | 131 | 117 |
| Binary | 11111001 | 10011001 | 10111100 | 0 | 100111 | 11000 | 10 | 101010010 | 1011001 | 1001111 |
Color Harmonies of #F999BC
Complementary color
Monochromatic Colors of #F999BC
Black with #F999BC
Text Example
Text Example
White with #F999BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999BC; }
p { color: rgb(249,153,188); }
H1.HeaderClassName
{
color: #F999BC;
}
.AnyTagClassName
{
color: #F999BC;
}
</style>
background-color css
<style>
a { background-color: #F999BC; }
a { background-color: rgb(249,153,188); }
div.DivClassName
{
background-color: #F999BC;
}
.BgClassName
{
background-color: #F999BC;
}
</style>
border-color css
<style>
span { border-color: #F999BC; }
span { border-color: rgb(249,153,188); }
td.TdClassName
{
border-color: #F999BC;
}
.TagClassName
{
border-color: #F999BC;
}
</style>