Shades of Illusion #F99CBB
Tints of Illusion #F99CBB
RGB
CMYK
RGB Variations
Color information
#F99CBB (or 0xF99CBB) is known color: Illusion. HEX triplet: F9, 9C and BB. RGB value is (249,156,187). Sum of RGB (Red+Green+Blue) = 249+156+187=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CBB is #066344. Grayscale: #BBBBBB. Windows color (decimal): -418629 or 12295417. OLE color: 12295417.
HSL color Cylindrical-coordinate representation of color #F99CBB: hue angle of 340º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CBB is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 187 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.02 |
| HSL | 340º | 0.89% | 0.79% | - |
| HSV(B) | 340º | 0.37% | 0.98% | - |
| XYZ | 59.93 | 47.5 | 53.02 | - |
| YUV | 187.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 187 | 0 | 0.37 | 0.25 | 0.02 | 340 | 0.89 | 0.79 |
| Hex | F9 | 9C | BB | 0 | 25 | 19 | 2 | 154 | 59 | 4F |
| Octal | 371 | 234 | 273 | 0 | 45 | 31 | 2 | 524 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10111011 | 0 | 100101 | 11001 | 10 | 101010100 | 1011001 | 1001111 |
Color Harmonies of #F99CBB
Complementary color
Monochromatic Colors of #F99CBB
Black with #F99CBB
Text Example
Text Example
White with #F99CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CBB; }
p { color: rgb(249,156,187); }
H1.HeaderClassName
{
color: #F99CBB;
}
.AnyTagClassName
{
color: #F99CBB;
}
</style>
background-color css
<style>
a { background-color: #F99CBB; }
a { background-color: rgb(249,156,187); }
div.DivClassName
{
background-color: #F99CBB;
}
.BgClassName
{
background-color: #F99CBB;
}
</style>
border-color css
<style>
span { border-color: #F99CBB; }
span { border-color: rgb(249,156,187); }
td.TdClassName
{
border-color: #F99CBB;
}
.TagClassName
{
border-color: #F99CBB;
}
</style>