Shades of Illusion #F18AB3
Tints of Illusion #F18AB3
RGB
CMYK
RGB Variations
Color information
#F18AB3 (or 0xF18AB3) is known color: Illusion. HEX triplet: F1, 8A and B3. RGB value is (241,138,179). Sum of RGB (Red+Green+Blue) = 241+138+179=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AB3 is #0E754C. Grayscale: #ADADAD. Windows color (decimal): -947533 or 11766513. OLE color: 11766513.
HSL color Cylindrical-coordinate representation of color #F18AB3: hue angle of 336.12º 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 #F18AB3 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 179 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.05 |
| HSL | 336.12º | 0.79% | 0.74% | - |
| HSV(B) | 336.12º | 0.43% | 0.95% | - |
| XYZ | 53.5 | 40.13 | 47.57 | - |
| YUV | 173.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 179 | 0 | 0.43 | 0.26 | 0.05 | 336.12 | 0.79 | 0.74 |
| Hex | F1 | 8A | B3 | 0 | 2B | 1A | 5 | 150 | 4F | 4A |
| Octal | 361 | 212 | 263 | 0 | 53 | 32 | 5 | 520 | 117 | 112 |
| Binary | 11110001 | 10001010 | 10110011 | 0 | 101011 | 11010 | 101 | 101010000 | 1001111 | 1001010 |
Color Harmonies of #F18AB3
Complementary color
Monochromatic Colors of #F18AB3
Black with #F18AB3
Text Example
Text Example
White with #F18AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AB3; }
p { color: rgb(241,138,179); }
H1.HeaderClassName
{
color: #F18AB3;
}
.AnyTagClassName
{
color: #F18AB3;
}
</style>
background-color css
<style>
a { background-color: #F18AB3; }
a { background-color: rgb(241,138,179); }
div.DivClassName
{
background-color: #F18AB3;
}
.BgClassName
{
background-color: #F18AB3;
}
</style>
border-color css
<style>
span { border-color: #F18AB3; }
span { border-color: rgb(241,138,179); }
td.TdClassName
{
border-color: #F18AB3;
}
.TagClassName
{
border-color: #F18AB3;
}
</style>