Shades of Illusion #F18DB6
Tints of Illusion #F18DB6
RGB
CMYK
RGB Variations
Color information
#F18DB6 (or 0xF18DB6) is known color: Illusion. HEX triplet: F1, 8D and B6. RGB value is (241,141,182). Sum of RGB (Red+Green+Blue) = 241+141+182=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DB6 is #0E7249. Grayscale: #AFAFAF. Windows color (decimal): -946762 or 11963889. OLE color: 11963889.
HSL color Cylindrical-coordinate representation of color #F18DB6: hue angle of 335.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DB6 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 182 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.05 |
| HSL | 335.4º | 0.78% | 0.75% | - |
| HSV(B) | 335.4º | 0.41% | 0.95% | - |
| XYZ | 54.24 | 41.13 | 49.34 | - |
| YUV | 175.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 182 | 0 | 0.41 | 0.24 | 0.05 | 335.4 | 0.78 | 0.75 |
| Hex | F1 | 8D | B6 | 0 | 29 | 18 | 5 | 14F | 4E | 4B |
| Octal | 361 | 215 | 266 | 0 | 51 | 30 | 5 | 517 | 116 | 113 |
| Binary | 11110001 | 10001101 | 10110110 | 0 | 101001 | 11000 | 101 | 101001111 | 1001110 | 1001011 |
Color Harmonies of #F18DB6
Complementary color
Monochromatic Colors of #F18DB6
Black with #F18DB6
Text Example
Text Example
White with #F18DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DB6; }
p { color: rgb(241,141,182); }
H1.HeaderClassName
{
color: #F18DB6;
}
.AnyTagClassName
{
color: #F18DB6;
}
</style>
background-color css
<style>
a { background-color: #F18DB6; }
a { background-color: rgb(241,141,182); }
div.DivClassName
{
background-color: #F18DB6;
}
.BgClassName
{
background-color: #F18DB6;
}
</style>
border-color css
<style>
span { border-color: #F18DB6; }
span { border-color: rgb(241,141,182); }
td.TdClassName
{
border-color: #F18DB6;
}
.TagClassName
{
border-color: #F18DB6;
}
</style>