Shades of Illusion #F18FB6
Tints of Illusion #F18FB6
RGB
CMYK
RGB Variations
Color information
#F18FB6 (or 0xF18FB6) is known color: Illusion. HEX triplet: F1, 8F and B6. RGB value is (241,143,182). Sum of RGB (Red+Green+Blue) = 241+143+182=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FB6 is #0E7049. Grayscale: #B0B0B0. Windows color (decimal): -946250 or 11964401. OLE color: 11964401.
HSL color Cylindrical-coordinate representation of color #F18FB6: hue angle of 336.12º 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 #F18FB6 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 182 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.05 |
| HSL | 336.12º | 0.78% | 0.75% | - |
| HSV(B) | 336.12º | 0.41% | 0.95% | - |
| XYZ | 54.54 | 41.72 | 49.43 | - |
| YUV | 176.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 182 | 0 | 0.41 | 0.24 | 0.05 | 336.12 | 0.78 | 0.75 |
| Hex | F1 | 8F | B6 | 0 | 29 | 18 | 5 | 150 | 4E | 4B |
| Octal | 361 | 217 | 266 | 0 | 51 | 30 | 5 | 520 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10110110 | 0 | 101001 | 11000 | 101 | 101010000 | 1001110 | 1001011 |
Color Harmonies of #F18FB6
Complementary color
Monochromatic Colors of #F18FB6
Black with #F18FB6
Text Example
Text Example
White with #F18FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FB6; }
p { color: rgb(241,143,182); }
H1.HeaderClassName
{
color: #F18FB6;
}
.AnyTagClassName
{
color: #F18FB6;
}
</style>
background-color css
<style>
a { background-color: #F18FB6; }
a { background-color: rgb(241,143,182); }
div.DivClassName
{
background-color: #F18FB6;
}
.BgClassName
{
background-color: #F18FB6;
}
</style>
border-color css
<style>
span { border-color: #F18FB6; }
span { border-color: rgb(241,143,182); }
td.TdClassName
{
border-color: #F18FB6;
}
.TagClassName
{
border-color: #F18FB6;
}
</style>