Shades of Illusion #F18AB4
Tints of Illusion #F18AB4
RGB
CMYK
RGB Variations
Color information
#F18AB4 (or 0xF18AB4) is known color: Illusion. HEX triplet: F1, 8A and B4. RGB value is (241,138,180). Sum of RGB (Red+Green+Blue) = 241+138+180=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AB4 is #0E754B. Grayscale: #ADADAD. Windows color (decimal): -947532 or 11832049. OLE color: 11832049.
HSL color Cylindrical-coordinate representation of color #F18AB4: hue angle of 335.53º 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 #F18AB4 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 180 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.05 |
| HSL | 335.53º | 0.79% | 0.74% | - |
| HSV(B) | 335.53º | 0.43% | 0.95% | - |
| XYZ | 53.6 | 40.17 | 48.11 | - |
| YUV | 173.59 | 131.62 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 180 | 0 | 0.43 | 0.25 | 0.05 | 335.53 | 0.79 | 0.74 |
| Hex | F1 | 8A | B4 | 0 | 2B | 19 | 5 | 150 | 4F | 4A |
| Octal | 361 | 212 | 264 | 0 | 53 | 31 | 5 | 520 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10110100 | 0 | 101011 | 11001 | 101 | 101010000 | 1001111 | 1001010 |
Color Harmonies of #F18AB4
Complementary color
Monochromatic Colors of #F18AB4
Black with #F18AB4
Text Example
Text Example
White with #F18AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AB4; }
p { color: rgb(241,138,180); }
H1.HeaderClassName
{
color: #F18AB4;
}
.AnyTagClassName
{
color: #F18AB4;
}
</style>
background-color css
<style>
a { background-color: #F18AB4; }
a { background-color: rgb(241,138,180); }
div.DivClassName
{
background-color: #F18AB4;
}
.BgClassName
{
background-color: #F18AB4;
}
</style>
border-color css
<style>
span { border-color: #F18AB4; }
span { border-color: rgb(241,138,180); }
td.TdClassName
{
border-color: #F18AB4;
}
.TagClassName
{
border-color: #F18AB4;
}
</style>