Shades of Illusion #F2A3B1
Tints of Illusion #F2A3B1
RGB
CMYK
RGB Variations
Color information
#F2A3B1 (or 0xF2A3B1) is known color: Illusion. HEX triplet: F2, A3 and B1. RGB value is (242,163,177). Sum of RGB (Red+Green+Blue) = 242+163+177=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A3B1 is #0D5C4E. Grayscale: #BCBCBC. Windows color (decimal): -875599 or 11641842. OLE color: 11641842.
HSL color Cylindrical-coordinate representation of color #F2A3B1: hue angle of 349.37º degrees, saturation: 0.75, 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 #F2A3B1 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 177 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.05 |
| HSL | 349.37º | 0.75% | 0.79% | - |
| HSV(B) | 349.37º | 0.33% | 0.95% | - |
| XYZ | 57.65 | 48.25 | 47.87 | - |
| YUV | 188.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 177 | 0 | 0.33 | 0.27 | 0.05 | 349.37 | 0.75 | 0.79 |
| Hex | F2 | A3 | B1 | 0 | 21 | 1B | 5 | 15D | 4B | 4F |
| Octal | 362 | 243 | 261 | 0 | 41 | 33 | 5 | 535 | 113 | 117 |
| Binary | 11110010 | 10100011 | 10110001 | 0 | 100001 | 11011 | 101 | 101011101 | 1001011 | 1001111 |
Color Harmonies of #F2A3B1
Complementary color
Monochromatic Colors of #F2A3B1
Black with #F2A3B1
Text Example
Text Example
White with #F2A3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3B1; }
p { color: rgb(242,163,177); }
H1.HeaderClassName
{
color: #F2A3B1;
}
.AnyTagClassName
{
color: #F2A3B1;
}
</style>
background-color css
<style>
a { background-color: #F2A3B1; }
a { background-color: rgb(242,163,177); }
div.DivClassName
{
background-color: #F2A3B1;
}
.BgClassName
{
background-color: #F2A3B1;
}
</style>
border-color css
<style>
span { border-color: #F2A3B1; }
span { border-color: rgb(242,163,177); }
td.TdClassName
{
border-color: #F2A3B1;
}
.TagClassName
{
border-color: #F2A3B1;
}
</style>