Shades of Illusion #F299AA
Tints of Illusion #F299AA
RGB
CMYK
RGB Variations
Color information
#F299AA (or 0xF299AA) is known color: Illusion. HEX triplet: F2, 99 and AA. RGB value is (242,153,170). Sum of RGB (Red+Green+Blue) = 242+153+170=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F299AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299AA is #0D6655. Grayscale: #B5B5B5. Windows color (decimal): -878166 or 11180530. OLE color: 11180530.
HSL color Cylindrical-coordinate representation of color #F299AA: hue angle of 348.54º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299AA is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 170 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.05 |
| HSL | 348.54º | 0.77% | 0.77% | - |
| HSV(B) | 348.54º | 0.37% | 0.95% | - |
| XYZ | 55.26 | 44.56 | 43.72 | - |
| YUV | 181.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 170 | 0 | 0.37 | 0.30 | 0.05 | 348.54 | 0.77 | 0.77 |
| Hex | F2 | 99 | AA | 0 | 25 | 1E | 5 | 15D | 4D | 4D |
| Octal | 362 | 231 | 252 | 0 | 45 | 36 | 5 | 535 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10101010 | 0 | 100101 | 11110 | 101 | 101011101 | 1001101 | 1001101 |
Color Harmonies of #F299AA
Complementary color
Monochromatic Colors of #F299AA
Black with #F299AA
Text Example
Text Example
White with #F299AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299AA; }
p { color: rgb(242,153,170); }
H1.HeaderClassName
{
color: #F299AA;
}
.AnyTagClassName
{
color: #F299AA;
}
</style>
background-color css
<style>
a { background-color: #F299AA; }
a { background-color: rgb(242,153,170); }
div.DivClassName
{
background-color: #F299AA;
}
.BgClassName
{
background-color: #F299AA;
}
</style>
border-color css
<style>
span { border-color: #F299AA; }
span { border-color: rgb(242,153,170); }
td.TdClassName
{
border-color: #F299AA;
}
.TagClassName
{
border-color: #F299AA;
}
</style>