Shades of Illusion #F2A1A8
Tints of Illusion #F2A1A8
RGB
CMYK
RGB Variations
Color information
#F2A1A8 (or 0xF2A1A8) is known color: Illusion. HEX triplet: F2, A1 and A8. RGB value is (242,161,168). Sum of RGB (Red+Green+Blue) = 242+161+168=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A1A8 is #0D5E57. Grayscale: #BABABA. Windows color (decimal): -876120 or 11051506. OLE color: 11051506.
HSL color Cylindrical-coordinate representation of color #F2A1A8: hue angle of 354.81º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A1A8 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 168 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.05 |
| HSL | 354.81º | 0.76% | 0.79% | - |
| HSV(B) | 354.81º | 0.33% | 0.95% | - |
| XYZ | 56.43 | 47.19 | 43.18 | - |
| YUV | 186.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 168 | 0 | 0.33 | 0.31 | 0.05 | 354.81 | 0.76 | 0.79 |
| Hex | F2 | A1 | A8 | 0 | 21 | 1F | 5 | 163 | 4C | 4F |
| Octal | 362 | 241 | 250 | 0 | 41 | 37 | 5 | 543 | 114 | 117 |
| Binary | 11110010 | 10100001 | 10101000 | 0 | 100001 | 11111 | 101 | 101100011 | 1001100 | 1001111 |
Color Harmonies of #F2A1A8
Complementary color
Monochromatic Colors of #F2A1A8
Black with #F2A1A8
Text Example
Text Example
White with #F2A1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A1A8; }
p { color: rgb(242,161,168); }
H1.HeaderClassName
{
color: #F2A1A8;
}
.AnyTagClassName
{
color: #F2A1A8;
}
</style>
background-color css
<style>
a { background-color: #F2A1A8; }
a { background-color: rgb(242,161,168); }
div.DivClassName
{
background-color: #F2A1A8;
}
.BgClassName
{
background-color: #F2A1A8;
}
</style>
border-color css
<style>
span { border-color: #F2A1A8; }
span { border-color: rgb(242,161,168); }
td.TdClassName
{
border-color: #F2A1A8;
}
.TagClassName
{
border-color: #F2A1A8;
}
</style>