Shades of Illusion #F199B7
Tints of Illusion #F199B7
RGB
CMYK
RGB Variations
Color information
#F199B7 (or 0xF199B7) is known color: Illusion. HEX triplet: F1, 99 and B7. RGB value is (241,153,183). Sum of RGB (Red+Green+Blue) = 241+153+183=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F199B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199B7 is #0E6648. Grayscale: #B6B6B6. Windows color (decimal): -943689 or 12032497. OLE color: 12032497.
HSL color Cylindrical-coordinate representation of color #F199B7: hue angle of 339.55º 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 #F199B7 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 183 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.05 |
| HSL | 339.55º | 0.76% | 0.77% | - |
| HSV(B) | 339.55º | 0.37% | 0.95% | - |
| XYZ | 56.21 | 44.9 | 50.5 | - |
| YUV | 182.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 183 | 0 | 0.37 | 0.24 | 0.05 | 339.55 | 0.76 | 0.77 |
| Hex | F1 | 99 | B7 | 0 | 25 | 18 | 5 | 154 | 4C | 4D |
| Octal | 361 | 231 | 267 | 0 | 45 | 30 | 5 | 524 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10110111 | 0 | 100101 | 11000 | 101 | 101010100 | 1001100 | 1001101 |
Color Harmonies of #F199B7
Complementary color
Monochromatic Colors of #F199B7
Black with #F199B7
Text Example
Text Example
White with #F199B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199B7; }
p { color: rgb(241,153,183); }
H1.HeaderClassName
{
color: #F199B7;
}
.AnyTagClassName
{
color: #F199B7;
}
</style>
background-color css
<style>
a { background-color: #F199B7; }
a { background-color: rgb(241,153,183); }
div.DivClassName
{
background-color: #F199B7;
}
.BgClassName
{
background-color: #F199B7;
}
</style>
border-color css
<style>
span { border-color: #F199B7; }
span { border-color: rgb(241,153,183); }
td.TdClassName
{
border-color: #F199B7;
}
.TagClassName
{
border-color: #F199B7;
}
</style>