Shades of Illusion #F19DB3
Tints of Illusion #F19DB3
RGB
CMYK
RGB Variations
Color information
#F19DB3 (or 0xF19DB3) is known color: Illusion. HEX triplet: F1, 9D and B3. RGB value is (241,157,179). Sum of RGB (Red+Green+Blue) = 241+157+179=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DB3 is #0E624C. Grayscale: #B8B8B8. Windows color (decimal): -942669 or 11771377. OLE color: 11771377.
HSL color Cylindrical-coordinate representation of color #F19DB3: hue angle of 344.29º 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 #F19DB3 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 179 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.05 |
| HSL | 344.29º | 0.75% | 0.78% | - |
| HSV(B) | 344.29º | 0.35% | 0.95% | - |
| XYZ | 56.47 | 46.07 | 48.56 | - |
| YUV | 184.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 179 | 0 | 0.35 | 0.26 | 0.05 | 344.29 | 0.75 | 0.78 |
| Hex | F1 | 9D | B3 | 0 | 23 | 1A | 5 | 158 | 4B | 4E |
| Octal | 361 | 235 | 263 | 0 | 43 | 32 | 5 | 530 | 113 | 116 |
| Binary | 11110001 | 10011101 | 10110011 | 0 | 100011 | 11010 | 101 | 101011000 | 1001011 | 1001110 |
Color Harmonies of #F19DB3
Complementary color
Monochromatic Colors of #F19DB3
Black with #F19DB3
Text Example
Text Example
White with #F19DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DB3; }
p { color: rgb(241,157,179); }
H1.HeaderClassName
{
color: #F19DB3;
}
.AnyTagClassName
{
color: #F19DB3;
}
</style>
background-color css
<style>
a { background-color: #F19DB3; }
a { background-color: rgb(241,157,179); }
div.DivClassName
{
background-color: #F19DB3;
}
.BgClassName
{
background-color: #F19DB3;
}
</style>
border-color css
<style>
span { border-color: #F19DB3; }
span { border-color: rgb(241,157,179); }
td.TdClassName
{
border-color: #F19DB3;
}
.TagClassName
{
border-color: #F19DB3;
}
</style>