Shades of Illusion #F19DB6
Tints of Illusion #F19DB6
RGB
CMYK
RGB Variations
Color information
#F19DB6 (or 0xF19DB6) is known color: Illusion. HEX triplet: F1, 9D and B6. RGB value is (241,157,182). Sum of RGB (Red+Green+Blue) = 241+157+182=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DB6 is #0E6249. Grayscale: #B8B8B8. Windows color (decimal): -942666 or 11967985. OLE color: 11967985.
HSL color Cylindrical-coordinate representation of color #F19DB6: hue angle of 342.14º 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 #F19DB6 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 182 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.05 |
| HSL | 342.14º | 0.75% | 0.78% | - |
| HSV(B) | 342.14º | 0.35% | 0.95% | - |
| XYZ | 56.78 | 46.19 | 50.18 | - |
| YUV | 184.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 182 | 0 | 0.35 | 0.24 | 0.05 | 342.14 | 0.75 | 0.78 |
| Hex | F1 | 9D | B6 | 0 | 23 | 18 | 5 | 156 | 4B | 4E |
| Octal | 361 | 235 | 266 | 0 | 43 | 30 | 5 | 526 | 113 | 116 |
| Binary | 11110001 | 10011101 | 10110110 | 0 | 100011 | 11000 | 101 | 101010110 | 1001011 | 1001110 |
Color Harmonies of #F19DB6
Complementary color
Monochromatic Colors of #F19DB6
Black with #F19DB6
Text Example
Text Example
White with #F19DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DB6; }
p { color: rgb(241,157,182); }
H1.HeaderClassName
{
color: #F19DB6;
}
.AnyTagClassName
{
color: #F19DB6;
}
</style>
background-color css
<style>
a { background-color: #F19DB6; }
a { background-color: rgb(241,157,182); }
div.DivClassName
{
background-color: #F19DB6;
}
.BgClassName
{
background-color: #F19DB6;
}
</style>
border-color css
<style>
span { border-color: #F19DB6; }
span { border-color: rgb(241,157,182); }
td.TdClassName
{
border-color: #F19DB6;
}
.TagClassName
{
border-color: #F19DB6;
}
</style>