Shades of Illusion #F19AAA
Tints of Illusion #F19AAA
RGB
CMYK
RGB Variations
Color information
#F19AAA (or 0xF19AAA) is known color: Illusion. HEX triplet: F1, 9A and AA. RGB value is (241,154,170). Sum of RGB (Red+Green+Blue) = 241+154+170=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19AAA is #0E6555. Grayscale: #B5B5B5. Windows color (decimal): -943446 or 11180785. OLE color: 11180785.
HSL color Cylindrical-coordinate representation of color #F19AAA: hue angle of 348.97º 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 #F19AAA is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 170 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.05 |
| HSL | 348.97º | 0.76% | 0.77% | - |
| HSV(B) | 348.97º | 0.36% | 0.95% | - |
| XYZ | 55.09 | 44.71 | 43.76 | - |
| YUV | 181.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 170 | 0 | 0.36 | 0.29 | 0.05 | 348.97 | 0.76 | 0.77 |
| Hex | F1 | 9A | AA | 0 | 24 | 1D | 5 | 15D | 4C | 4D |
| Octal | 361 | 232 | 252 | 0 | 44 | 35 | 5 | 535 | 114 | 115 |
| Binary | 11110001 | 10011010 | 10101010 | 0 | 100100 | 11101 | 101 | 101011101 | 1001100 | 1001101 |
Color Harmonies of #F19AAA
Complementary color
Monochromatic Colors of #F19AAA
Black with #F19AAA
Text Example
Text Example
White with #F19AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AAA; }
p { color: rgb(241,154,170); }
H1.HeaderClassName
{
color: #F19AAA;
}
.AnyTagClassName
{
color: #F19AAA;
}
</style>
background-color css
<style>
a { background-color: #F19AAA; }
a { background-color: rgb(241,154,170); }
div.DivClassName
{
background-color: #F19AAA;
}
.BgClassName
{
background-color: #F19AAA;
}
</style>
border-color css
<style>
span { border-color: #F19AAA; }
span { border-color: rgb(241,154,170); }
td.TdClassName
{
border-color: #F19AAA;
}
.TagClassName
{
border-color: #F19AAA;
}
</style>