Shades of Illusion #F18DB4
Tints of Illusion #F18DB4
RGB
CMYK
RGB Variations
Color information
#F18DB4 (or 0xF18DB4) is known color: Illusion. HEX triplet: F1, 8D and B4. RGB value is (241,141,180). Sum of RGB (Red+Green+Blue) = 241+141+180=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DB4 is #0E724B. Grayscale: #AFAFAF. Windows color (decimal): -946764 or 11832817. OLE color: 11832817.
HSL color Cylindrical-coordinate representation of color #F18DB4: hue angle of 336.6º 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 #F18DB4 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 180 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.05 |
| HSL | 336.6º | 0.78% | 0.75% | - |
| HSV(B) | 336.6º | 0.41% | 0.95% | - |
| XYZ | 54.04 | 41.05 | 48.25 | - |
| YUV | 175.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 180 | 0 | 0.41 | 0.25 | 0.05 | 336.6 | 0.78 | 0.75 |
| Hex | F1 | 8D | B4 | 0 | 29 | 19 | 5 | 151 | 4E | 4B |
| Octal | 361 | 215 | 264 | 0 | 51 | 31 | 5 | 521 | 116 | 113 |
| Binary | 11110001 | 10001101 | 10110100 | 0 | 101001 | 11001 | 101 | 101010001 | 1001110 | 1001011 |
Color Harmonies of #F18DB4
Complementary color
Monochromatic Colors of #F18DB4
Black with #F18DB4
Text Example
Text Example
White with #F18DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DB4; }
p { color: rgb(241,141,180); }
H1.HeaderClassName
{
color: #F18DB4;
}
.AnyTagClassName
{
color: #F18DB4;
}
</style>
background-color css
<style>
a { background-color: #F18DB4; }
a { background-color: rgb(241,141,180); }
div.DivClassName
{
background-color: #F18DB4;
}
.BgClassName
{
background-color: #F18DB4;
}
</style>
border-color css
<style>
span { border-color: #F18DB4; }
span { border-color: rgb(241,141,180); }
td.TdClassName
{
border-color: #F18DB4;
}
.TagClassName
{
border-color: #F18DB4;
}
</style>