Shades of Illusion #F19DB5
Tints of Illusion #F19DB5
RGB
CMYK
RGB Variations
Color information
#F19DB5 (or 0xF19DB5) is known color: Illusion. HEX triplet: F1, 9D and B5. RGB value is (241,157,181). Sum of RGB (Red+Green+Blue) = 241+157+181=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DB5 is #0E624A. Grayscale: #B8B8B8. Windows color (decimal): -942667 or 11902449. OLE color: 11902449.
HSL color Cylindrical-coordinate representation of color #F19DB5: hue angle of 342.86º 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 #F19DB5 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 181 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.05 |
| HSL | 342.86º | 0.75% | 0.78% | - |
| HSV(B) | 342.86º | 0.35% | 0.95% | - |
| XYZ | 56.67 | 46.15 | 49.64 | - |
| YUV | 184.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 181 | 0 | 0.35 | 0.25 | 0.05 | 342.86 | 0.75 | 0.78 |
| Hex | F1 | 9D | B5 | 0 | 23 | 19 | 5 | 157 | 4B | 4E |
| Octal | 361 | 235 | 265 | 0 | 43 | 31 | 5 | 527 | 113 | 116 |
| Binary | 11110001 | 10011101 | 10110101 | 0 | 100011 | 11001 | 101 | 101010111 | 1001011 | 1001110 |
Color Harmonies of #F19DB5
Complementary color
Monochromatic Colors of #F19DB5
Black with #F19DB5
Text Example
Text Example
White with #F19DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DB5; }
p { color: rgb(241,157,181); }
H1.HeaderClassName
{
color: #F19DB5;
}
.AnyTagClassName
{
color: #F19DB5;
}
</style>
background-color css
<style>
a { background-color: #F19DB5; }
a { background-color: rgb(241,157,181); }
div.DivClassName
{
background-color: #F19DB5;
}
.BgClassName
{
background-color: #F19DB5;
}
</style>
border-color css
<style>
span { border-color: #F19DB5; }
span { border-color: rgb(241,157,181); }
td.TdClassName
{
border-color: #F19DB5;
}
.TagClassName
{
border-color: #F19DB5;
}
</style>