Shades of Illusion #F18FB3
Tints of Illusion #F18FB3
RGB
CMYK
RGB Variations
Color information
#F18FB3 (or 0xF18FB3) is known color: Illusion. HEX triplet: F1, 8F and B3. RGB value is (241,143,179). Sum of RGB (Red+Green+Blue) = 241+143+179=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FB3 is #0E704C. Grayscale: #B0B0B0. Windows color (decimal): -946253 or 11767793. OLE color: 11767793.
HSL color Cylindrical-coordinate representation of color #F18FB3: hue angle of 337.96º 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 #F18FB3 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 179 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.05 |
| HSL | 337.96º | 0.78% | 0.75% | - |
| HSV(B) | 337.96º | 0.41% | 0.95% | - |
| XYZ | 54.23 | 41.6 | 47.82 | - |
| YUV | 176.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 179 | 0 | 0.41 | 0.26 | 0.05 | 337.96 | 0.78 | 0.75 |
| Hex | F1 | 8F | B3 | 0 | 29 | 1A | 5 | 152 | 4E | 4B |
| Octal | 361 | 217 | 263 | 0 | 51 | 32 | 5 | 522 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10110011 | 0 | 101001 | 11010 | 101 | 101010010 | 1001110 | 1001011 |
Color Harmonies of #F18FB3
Complementary color
Monochromatic Colors of #F18FB3
Black with #F18FB3
Text Example
Text Example
White with #F18FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FB3; }
p { color: rgb(241,143,179); }
H1.HeaderClassName
{
color: #F18FB3;
}
.AnyTagClassName
{
color: #F18FB3;
}
</style>
background-color css
<style>
a { background-color: #F18FB3; }
a { background-color: rgb(241,143,179); }
div.DivClassName
{
background-color: #F18FB3;
}
.BgClassName
{
background-color: #F18FB3;
}
</style>
border-color css
<style>
span { border-color: #F18FB3; }
span { border-color: rgb(241,143,179); }
td.TdClassName
{
border-color: #F18FB3;
}
.TagClassName
{
border-color: #F18FB3;
}
</style>