Shades of Illusion #F18AB2
Tints of Illusion #F18AB2
RGB
CMYK
RGB Variations
Color information
#F18AB2 (or 0xF18AB2) is known color: Illusion. HEX triplet: F1, 8A and B2. RGB value is (241,138,178). Sum of RGB (Red+Green+Blue) = 241+138+178=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AB2 is #0E754D. Grayscale: #ADADAD. Windows color (decimal): -947534 or 11700977. OLE color: 11700977.
HSL color Cylindrical-coordinate representation of color #F18AB2: hue angle of 336.7º 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 #F18AB2 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 178 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.05 |
| HSL | 336.7º | 0.79% | 0.74% | - |
| HSV(B) | 336.7º | 0.43% | 0.95% | - |
| XYZ | 53.4 | 40.09 | 47.04 | - |
| YUV | 173.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 178 | 0 | 0.43 | 0.26 | 0.05 | 336.7 | 0.79 | 0.74 |
| Hex | F1 | 8A | B2 | 0 | 2B | 1A | 5 | 151 | 4F | 4A |
| Octal | 361 | 212 | 262 | 0 | 53 | 32 | 5 | 521 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10110010 | 0 | 101011 | 11010 | 101 | 101010001 | 1001111 | 1001010 |
Color Harmonies of #F18AB2
Complementary color
Monochromatic Colors of #F18AB2
Black with #F18AB2
Text Example
Text Example
White with #F18AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AB2; }
p { color: rgb(241,138,178); }
H1.HeaderClassName
{
color: #F18AB2;
}
.AnyTagClassName
{
color: #F18AB2;
}
</style>
background-color css
<style>
a { background-color: #F18AB2; }
a { background-color: rgb(241,138,178); }
div.DivClassName
{
background-color: #F18AB2;
}
.BgClassName
{
background-color: #F18AB2;
}
</style>
border-color css
<style>
span { border-color: #F18AB2; }
span { border-color: rgb(241,138,178); }
td.TdClassName
{
border-color: #F18AB2;
}
.TagClassName
{
border-color: #F18AB2;
}
</style>