Shades of Illusion #F991B5
Tints of Illusion #F991B5
RGB
CMYK
RGB Variations
Color information
#F991B5 (or 0xF991B5) is known color: Illusion. HEX triplet: F9, 91 and B5. RGB value is (249,145,181). Sum of RGB (Red+Green+Blue) = 249+145+181=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F991B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F991B5 is #066E4A. Grayscale: #B4B4B4. Windows color (decimal): -421451 or 11899385. OLE color: 11899385.
HSL color Cylindrical-coordinate representation of color #F991B5: hue angle of 339.23º 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 #F991B5 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 181 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.02 |
| HSL | 339.23º | 0.9% | 0.77% | - |
| HSV(B) | 339.23º | 0.42% | 0.98% | - |
| XYZ | 57.53 | 43.73 | 49.12 | - |
| YUV | 180.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 181 | 0 | 0.42 | 0.27 | 0.02 | 339.23 | 0.9 | 0.77 |
| Hex | F9 | 91 | B5 | 0 | 2A | 1B | 2 | 153 | 5A | 4D |
| Octal | 371 | 221 | 265 | 0 | 52 | 33 | 2 | 523 | 132 | 115 |
| Binary | 11111001 | 10010001 | 10110101 | 0 | 101010 | 11011 | 10 | 101010011 | 1011010 | 1001101 |
Color Harmonies of #F991B5
Complementary color
Monochromatic Colors of #F991B5
Black with #F991B5
Text Example
Text Example
White with #F991B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991B5; }
p { color: rgb(249,145,181); }
H1.HeaderClassName
{
color: #F991B5;
}
.AnyTagClassName
{
color: #F991B5;
}
</style>
background-color css
<style>
a { background-color: #F991B5; }
a { background-color: rgb(249,145,181); }
div.DivClassName
{
background-color: #F991B5;
}
.BgClassName
{
background-color: #F991B5;
}
</style>
border-color css
<style>
span { border-color: #F991B5; }
span { border-color: rgb(249,145,181); }
td.TdClassName
{
border-color: #F991B5;
}
.TagClassName
{
border-color: #F991B5;
}
</style>