Shades of Illusion #F19DB7
Tints of Illusion #F19DB7
RGB
CMYK
RGB Variations
Color information
#F19DB7 (or 0xF19DB7) is known color: Illusion. HEX triplet: F1, 9D and B7. RGB value is (241,157,183). Sum of RGB (Red+Green+Blue) = 241+157+183=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DB7 is #0E6248. Grayscale: #B9B9B9. Windows color (decimal): -942665 or 12033521. OLE color: 12033521.
HSL color Cylindrical-coordinate representation of color #F19DB7: hue angle of 341.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19DB7 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 183 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.05 |
| HSL | 341.43º | 0.75% | 0.78% | - |
| HSV(B) | 341.43º | 0.35% | 0.95% | - |
| XYZ | 56.88 | 46.23 | 50.73 | - |
| YUV | 185.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 183 | 0 | 0.35 | 0.24 | 0.05 | 341.43 | 0.75 | 0.78 |
| Hex | F1 | 9D | B7 | 0 | 23 | 18 | 5 | 155 | 4B | 4E |
| Octal | 361 | 235 | 267 | 0 | 43 | 30 | 5 | 525 | 113 | 116 |
| Binary | 11110001 | 10011101 | 10110111 | 0 | 100011 | 11000 | 101 | 101010101 | 1001011 | 1001110 |
Color Harmonies of #F19DB7
Complementary color
Monochromatic Colors of #F19DB7
Black with #F19DB7
Text Example
Text Example
White with #F19DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DB7; }
p { color: rgb(241,157,183); }
H1.HeaderClassName
{
color: #F19DB7;
}
.AnyTagClassName
{
color: #F19DB7;
}
</style>
background-color css
<style>
a { background-color: #F19DB7; }
a { background-color: rgb(241,157,183); }
div.DivClassName
{
background-color: #F19DB7;
}
.BgClassName
{
background-color: #F19DB7;
}
</style>
border-color css
<style>
span { border-color: #F19DB7; }
span { border-color: rgb(241,157,183); }
td.TdClassName
{
border-color: #F19DB7;
}
.TagClassName
{
border-color: #F19DB7;
}
</style>