Shades of Illusion #F995B9
Tints of Illusion #F995B9
RGB
CMYK
RGB Variations
Color information
#F995B9 (or 0xF995B9) is known color: Illusion. HEX triplet: F9, 95 and B9. RGB value is (249,149,185). Sum of RGB (Red+Green+Blue) = 249+149+185=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F995B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995B9 is #066A46. Grayscale: #B6B6B6. Windows color (decimal): -420423 or 12162553. OLE color: 12162553.
HSL color Cylindrical-coordinate representation of color #F995B9: hue angle of 338.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995B9 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 185 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.02 |
| HSL | 338.4º | 0.89% | 0.78% | - |
| HSV(B) | 338.4º | 0.4% | 0.98% | - |
| XYZ | 58.57 | 45.14 | 51.52 | - |
| YUV | 183 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 185 | 0 | 0.40 | 0.26 | 0.02 | 338.4 | 0.89 | 0.78 |
| Hex | F9 | 95 | B9 | 0 | 28 | 1A | 2 | 152 | 59 | 4E |
| Octal | 371 | 225 | 271 | 0 | 50 | 32 | 2 | 522 | 131 | 116 |
| Binary | 11111001 | 10010101 | 10111001 | 0 | 101000 | 11010 | 10 | 101010010 | 1011001 | 1001110 |
Color Harmonies of #F995B9
Complementary color
Monochromatic Colors of #F995B9
Black with #F995B9
Text Example
Text Example
White with #F995B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995B9; }
p { color: rgb(249,149,185); }
H1.HeaderClassName
{
color: #F995B9;
}
.AnyTagClassName
{
color: #F995B9;
}
</style>
background-color css
<style>
a { background-color: #F995B9; }
a { background-color: rgb(249,149,185); }
div.DivClassName
{
background-color: #F995B9;
}
.BgClassName
{
background-color: #F995B9;
}
</style>
border-color css
<style>
span { border-color: #F995B9; }
span { border-color: rgb(249,149,185); }
td.TdClassName
{
border-color: #F995B9;
}
.TagClassName
{
border-color: #F995B9;
}
</style>