Shades of Illusion #F19AAF
Tints of Illusion #F19AAF
RGB
CMYK
RGB Variations
Color information
#F19AAF (or 0xF19AAF) is known color: Illusion. HEX triplet: F1, 9A and AF. RGB value is (241,154,175). Sum of RGB (Red+Green+Blue) = 241+154+175=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AAF is #0E6550. Grayscale: #B6B6B6. Windows color (decimal): -943441 or 11508465. OLE color: 11508465.
HSL color Cylindrical-coordinate representation of color #F19AAF: hue angle of 345.52º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AAF is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 175 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.05 |
| HSL | 345.52º | 0.76% | 0.77% | - |
| HSV(B) | 345.52º | 0.36% | 0.95% | - |
| XYZ | 55.57 | 44.91 | 46.3 | - |
| YUV | 182.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 175 | 0 | 0.36 | 0.27 | 0.05 | 345.52 | 0.76 | 0.77 |
| Hex | F1 | 9A | AF | 0 | 24 | 1B | 5 | 15A | 4C | 4D |
| Octal | 361 | 232 | 257 | 0 | 44 | 33 | 5 | 532 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10101111 | 0 | 100100 | 11011 | 101 | 101011010 | 1001100 | 1001101 |
Color Harmonies of #F19AAF
Complementary color
Monochromatic Colors of #F19AAF
Black with #F19AAF
Text Example
Text Example
White with #F19AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AAF; }
p { color: rgb(241,154,175); }
H1.HeaderClassName
{
color: #F19AAF;
}
.AnyTagClassName
{
color: #F19AAF;
}
</style>
background-color css
<style>
a { background-color: #F19AAF; }
a { background-color: rgb(241,154,175); }
div.DivClassName
{
background-color: #F19AAF;
}
.BgClassName
{
background-color: #F19AAF;
}
</style>
border-color css
<style>
span { border-color: #F19AAF; }
span { border-color: rgb(241,154,175); }
td.TdClassName
{
border-color: #F19AAF;
}
.TagClassName
{
border-color: #F19AAF;
}
</style>