Shades of Illusion #F994BB
Tints of Illusion #F994BB
RGB
CMYK
RGB Variations
Color information
#F994BB (or 0xF994BB) is known color: Illusion. HEX triplet: F9, 94 and BB. RGB value is (249,148,187). Sum of RGB (Red+Green+Blue) = 249+148+187=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F994BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994BB is #066B44. Grayscale: #B6B6B6. Windows color (decimal): -420677 or 12293369. OLE color: 12293369.
HSL color Cylindrical-coordinate representation of color #F994BB: hue angle of 336.83º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994BB is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 187 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.02 |
| HSL | 336.83º | 0.89% | 0.78% | - |
| HSV(B) | 336.83º | 0.41% | 0.98% | - |
| XYZ | 58.63 | 44.91 | 52.59 | - |
| YUV | 182.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 187 | 0 | 0.41 | 0.25 | 0.02 | 336.83 | 0.89 | 0.78 |
| Hex | F9 | 94 | BB | 0 | 29 | 19 | 2 | 151 | 59 | 4E |
| Octal | 371 | 224 | 273 | 0 | 51 | 31 | 2 | 521 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10111011 | 0 | 101001 | 11001 | 10 | 101010001 | 1011001 | 1001110 |
Color Harmonies of #F994BB
Complementary color
Monochromatic Colors of #F994BB
Black with #F994BB
Text Example
Text Example
White with #F994BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994BB; }
p { color: rgb(249,148,187); }
H1.HeaderClassName
{
color: #F994BB;
}
.AnyTagClassName
{
color: #F994BB;
}
</style>
background-color css
<style>
a { background-color: #F994BB; }
a { background-color: rgb(249,148,187); }
div.DivClassName
{
background-color: #F994BB;
}
.BgClassName
{
background-color: #F994BB;
}
</style>
border-color css
<style>
span { border-color: #F994BB; }
span { border-color: rgb(249,148,187); }
td.TdClassName
{
border-color: #F994BB;
}
.TagClassName
{
border-color: #F994BB;
}
</style>