Shades of Illusion #F19DB4
Tints of Illusion #F19DB4
RGB
CMYK
RGB Variations
Color information
#F19DB4 (or 0xF19DB4) is known color: Illusion. HEX triplet: F1, 9D and B4. RGB value is (241,157,180). Sum of RGB (Red+Green+Blue) = 241+157+180=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DB4 is #0E624B. Grayscale: #B8B8B8. Windows color (decimal): -942668 or 11836913. OLE color: 11836913.
HSL color Cylindrical-coordinate representation of color #F19DB4: hue angle of 343.57º 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 #F19DB4 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 180 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.05 |
| HSL | 343.57º | 0.75% | 0.78% | - |
| HSV(B) | 343.57º | 0.35% | 0.95% | - |
| XYZ | 56.57 | 46.11 | 49.1 | - |
| YUV | 184.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 180 | 0 | 0.35 | 0.25 | 0.05 | 343.57 | 0.75 | 0.78 |
| Hex | F1 | 9D | B4 | 0 | 23 | 19 | 5 | 158 | 4B | 4E |
| Octal | 361 | 235 | 264 | 0 | 43 | 31 | 5 | 530 | 113 | 116 |
| Binary | 11110001 | 10011101 | 10110100 | 0 | 100011 | 11001 | 101 | 101011000 | 1001011 | 1001110 |
Color Harmonies of #F19DB4
Complementary color
Monochromatic Colors of #F19DB4
Black with #F19DB4
Text Example
Text Example
White with #F19DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DB4; }
p { color: rgb(241,157,180); }
H1.HeaderClassName
{
color: #F19DB4;
}
.AnyTagClassName
{
color: #F19DB4;
}
</style>
background-color css
<style>
a { background-color: #F19DB4; }
a { background-color: rgb(241,157,180); }
div.DivClassName
{
background-color: #F19DB4;
}
.BgClassName
{
background-color: #F19DB4;
}
</style>
border-color css
<style>
span { border-color: #F19DB4; }
span { border-color: rgb(241,157,180); }
td.TdClassName
{
border-color: #F19DB4;
}
.TagClassName
{
border-color: #F19DB4;
}
</style>