Shades of Illusion #F199B5
Tints of Illusion #F199B5
RGB
CMYK
RGB Variations
Color information
#F199B5 (or 0xF199B5) is known color: Illusion. HEX triplet: F1, 99 and B5. RGB value is (241,153,181). Sum of RGB (Red+Green+Blue) = 241+153+181=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F199B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199B5 is #0E664A. Grayscale: #B6B6B6. Windows color (decimal): -943691 or 11901425. OLE color: 11901425.
HSL color Cylindrical-coordinate representation of color #F199B5: hue angle of 340.91º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199B5 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 181 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.05 |
| HSL | 340.91º | 0.76% | 0.77% | - |
| HSV(B) | 340.91º | 0.37% | 0.95% | - |
| XYZ | 56.01 | 44.82 | 49.42 | - |
| YUV | 182.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 181 | 0 | 0.37 | 0.25 | 0.05 | 340.91 | 0.76 | 0.77 |
| Hex | F1 | 99 | B5 | 0 | 25 | 19 | 5 | 155 | 4C | 4D |
| Octal | 361 | 231 | 265 | 0 | 45 | 31 | 5 | 525 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10110101 | 0 | 100101 | 11001 | 101 | 101010101 | 1001100 | 1001101 |
Color Harmonies of #F199B5
Complementary color
Monochromatic Colors of #F199B5
Black with #F199B5
Text Example
Text Example
White with #F199B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199B5; }
p { color: rgb(241,153,181); }
H1.HeaderClassName
{
color: #F199B5;
}
.AnyTagClassName
{
color: #F199B5;
}
</style>
background-color css
<style>
a { background-color: #F199B5; }
a { background-color: rgb(241,153,181); }
div.DivClassName
{
background-color: #F199B5;
}
.BgClassName
{
background-color: #F199B5;
}
</style>
border-color css
<style>
span { border-color: #F199B5; }
span { border-color: rgb(241,153,181); }
td.TdClassName
{
border-color: #F199B5;
}
.TagClassName
{
border-color: #F199B5;
}
</style>