Shades of Illusion #F991B2
Tints of Illusion #F991B2
RGB
CMYK
RGB Variations
Color information
#F991B2 (or 0xF991B2) is known color: Illusion. HEX triplet: F9, 91 and B2. RGB value is (249,145,178). Sum of RGB (Red+Green+Blue) = 249+145+178=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F991B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991B2 is #066E4D. Grayscale: #B3B3B3. Windows color (decimal): -421454 or 11702777. OLE color: 11702777.
HSL color Cylindrical-coordinate representation of color #F991B2: hue angle of 340.96º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991B2 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 178 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.02 |
| HSL | 340.96º | 0.9% | 0.77% | - |
| HSV(B) | 340.96º | 0.42% | 0.98% | - |
| XYZ | 57.23 | 43.6 | 47.52 | - |
| YUV | 179.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 178 | 0 | 0.42 | 0.29 | 0.02 | 340.96 | 0.9 | 0.77 |
| Hex | F9 | 91 | B2 | 0 | 2A | 1D | 2 | 155 | 5A | 4D |
| Octal | 371 | 221 | 262 | 0 | 52 | 35 | 2 | 525 | 132 | 115 |
| Binary | 11111001 | 10010001 | 10110010 | 0 | 101010 | 11101 | 10 | 101010101 | 1011010 | 1001101 |
Color Harmonies of #F991B2
Complementary color
Monochromatic Colors of #F991B2
Black with #F991B2
Text Example
Text Example
White with #F991B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991B2; }
p { color: rgb(249,145,178); }
H1.HeaderClassName
{
color: #F991B2;
}
.AnyTagClassName
{
color: #F991B2;
}
</style>
background-color css
<style>
a { background-color: #F991B2; }
a { background-color: rgb(249,145,178); }
div.DivClassName
{
background-color: #F991B2;
}
.BgClassName
{
background-color: #F991B2;
}
</style>
border-color css
<style>
span { border-color: #F991B2; }
span { border-color: rgb(249,145,178); }
td.TdClassName
{
border-color: #F991B2;
}
.TagClassName
{
border-color: #F991B2;
}
</style>