Shades of Illusion #F18AB1
Tints of Illusion #F18AB1
RGB
CMYK
RGB Variations
Color information
#F18AB1 (or 0xF18AB1) is known color: Illusion. HEX triplet: F1, 8A and B1. RGB value is (241,138,177). Sum of RGB (Red+Green+Blue) = 241+138+177=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AB1 is #0E754E. Grayscale: #ADADAD. Windows color (decimal): -947535 or 11635441. OLE color: 11635441.
HSL color Cylindrical-coordinate representation of color #F18AB1: hue angle of 337.28º 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 #F18AB1 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 177 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.05 |
| HSL | 337.28º | 0.79% | 0.74% | - |
| HSV(B) | 337.28º | 0.43% | 0.95% | - |
| XYZ | 53.3 | 40.05 | 46.52 | - |
| YUV | 173.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 177 | 0 | 0.43 | 0.27 | 0.05 | 337.28 | 0.79 | 0.74 |
| Hex | F1 | 8A | B1 | 0 | 2B | 1B | 5 | 151 | 4F | 4A |
| Octal | 361 | 212 | 261 | 0 | 53 | 33 | 5 | 521 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10110001 | 0 | 101011 | 11011 | 101 | 101010001 | 1001111 | 1001010 |
Color Harmonies of #F18AB1
Complementary color
Monochromatic Colors of #F18AB1
Black with #F18AB1
Text Example
Text Example
White with #F18AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AB1; }
p { color: rgb(241,138,177); }
H1.HeaderClassName
{
color: #F18AB1;
}
.AnyTagClassName
{
color: #F18AB1;
}
</style>
background-color css
<style>
a { background-color: #F18AB1; }
a { background-color: rgb(241,138,177); }
div.DivClassName
{
background-color: #F18AB1;
}
.BgClassName
{
background-color: #F18AB1;
}
</style>
border-color css
<style>
span { border-color: #F18AB1; }
span { border-color: rgb(241,138,177); }
td.TdClassName
{
border-color: #F18AB1;
}
.TagClassName
{
border-color: #F18AB1;
}
</style>