Shades of Illusion #F19DB2
Tints of Illusion #F19DB2
RGB
CMYK
RGB Variations
Color information
#F19DB2 (or 0xF19DB2) is known color: Illusion. HEX triplet: F1, 9D and B2. RGB value is (241,157,178). Sum of RGB (Red+Green+Blue) = 241+157+178=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19DB2 is #0E624D. Grayscale: #B8B8B8. Windows color (decimal): -942670 or 11705841. OLE color: 11705841.
HSL color Cylindrical-coordinate representation of color #F19DB2: hue angle of 345º 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 #F19DB2 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 178 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.05 |
| HSL | 345º | 0.75% | 0.78% | - |
| HSV(B) | 345º | 0.35% | 0.95% | - |
| XYZ | 56.37 | 46.03 | 48.03 | - |
| YUV | 184.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 178 | 0 | 0.35 | 0.26 | 0.05 | 345 | 0.75 | 0.78 |
| Hex | F1 | 9D | B2 | 0 | 23 | 1A | 5 | 159 | 4B | 4E |
| Octal | 361 | 235 | 262 | 0 | 43 | 32 | 5 | 531 | 113 | 116 |
| Binary | 11110001 | 10011101 | 10110010 | 0 | 100011 | 11010 | 101 | 101011001 | 1001011 | 1001110 |
Color Harmonies of #F19DB2
Complementary color
Monochromatic Colors of #F19DB2
Black with #F19DB2
Text Example
Text Example
White with #F19DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DB2; }
p { color: rgb(241,157,178); }
H1.HeaderClassName
{
color: #F19DB2;
}
.AnyTagClassName
{
color: #F19DB2;
}
</style>
background-color css
<style>
a { background-color: #F19DB2; }
a { background-color: rgb(241,157,178); }
div.DivClassName
{
background-color: #F19DB2;
}
.BgClassName
{
background-color: #F19DB2;
}
</style>
border-color css
<style>
span { border-color: #F19DB2; }
span { border-color: rgb(241,157,178); }
td.TdClassName
{
border-color: #F19DB2;
}
.TagClassName
{
border-color: #F19DB2;
}
</style>