Shades of Illusion #F18AB0
Tints of Illusion #F18AB0
RGB
CMYK
RGB Variations
Color information
#F18AB0 (or 0xF18AB0) is known color: Illusion. HEX triplet: F1, 8A and B0. RGB value is (241,138,176). Sum of RGB (Red+Green+Blue) = 241+138+176=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AB0 is #0E754F. Grayscale: #ADADAD. Windows color (decimal): -947536 or 11569905. OLE color: 11569905.
HSL color Cylindrical-coordinate representation of color #F18AB0: hue angle of 337.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AB0 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 176 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.05 |
| HSL | 337.86º | 0.79% | 0.74% | - |
| HSV(B) | 337.86º | 0.43% | 0.95% | - |
| XYZ | 53.2 | 40.01 | 45.99 | - |
| YUV | 173.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 176 | 0 | 0.43 | 0.27 | 0.05 | 337.86 | 0.79 | 0.74 |
| Hex | F1 | 8A | B0 | 0 | 2B | 1B | 5 | 152 | 4F | 4A |
| Octal | 361 | 212 | 260 | 0 | 53 | 33 | 5 | 522 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10110000 | 0 | 101011 | 11011 | 101 | 101010010 | 1001111 | 1001010 |
Color Harmonies of #F18AB0
Complementary color
Monochromatic Colors of #F18AB0
Black with #F18AB0
Text Example
Text Example
White with #F18AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AB0; }
p { color: rgb(241,138,176); }
H1.HeaderClassName
{
color: #F18AB0;
}
.AnyTagClassName
{
color: #F18AB0;
}
</style>
background-color css
<style>
a { background-color: #F18AB0; }
a { background-color: rgb(241,138,176); }
div.DivClassName
{
background-color: #F18AB0;
}
.BgClassName
{
background-color: #F18AB0;
}
</style>
border-color css
<style>
span { border-color: #F18AB0; }
span { border-color: rgb(241,138,176); }
td.TdClassName
{
border-color: #F18AB0;
}
.TagClassName
{
border-color: #F18AB0;
}
</style>