Shades of Illusion #F2A4B4
Tints of Illusion #F2A4B4
RGB
CMYK
RGB Variations
Color information
#F2A4B4 (or 0xF2A4B4) is known color: Illusion. HEX triplet: F2, A4 and B4. RGB value is (242,164,180). Sum of RGB (Red+Green+Blue) = 242+164+180=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A4B4 is #0D5B4B. Grayscale: #BDBDBD. Windows color (decimal): -875340 or 11838706. OLE color: 11838706.
HSL color Cylindrical-coordinate representation of color #F2A4B4: hue angle of 347.69º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A4B4 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 180 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.05 |
| HSL | 347.69º | 0.75% | 0.8% | - |
| HSV(B) | 347.69º | 0.32% | 0.95% | - |
| XYZ | 58.13 | 48.72 | 49.52 | - |
| YUV | 189.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 180 | 0 | 0.32 | 0.26 | 0.05 | 347.69 | 0.75 | 0.8 |
| Hex | F2 | A4 | B4 | 0 | 20 | 1A | 5 | 15C | 4B | 50 |
| Octal | 362 | 244 | 264 | 0 | 40 | 32 | 5 | 534 | 113 | 120 |
| Binary | 11110010 | 10100100 | 10110100 | 0 | 100000 | 11010 | 101 | 101011100 | 1001011 | 1010000 |
Color Harmonies of #F2A4B4
Complementary color
Monochromatic Colors of #F2A4B4
Black with #F2A4B4
Text Example
Text Example
White with #F2A4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A4B4; }
p { color: rgb(242,164,180); }
H1.HeaderClassName
{
color: #F2A4B4;
}
.AnyTagClassName
{
color: #F2A4B4;
}
</style>
background-color css
<style>
a { background-color: #F2A4B4; }
a { background-color: rgb(242,164,180); }
div.DivClassName
{
background-color: #F2A4B4;
}
.BgClassName
{
background-color: #F2A4B4;
}
</style>
border-color css
<style>
span { border-color: #F2A4B4; }
span { border-color: rgb(242,164,180); }
td.TdClassName
{
border-color: #F2A4B4;
}
.TagClassName
{
border-color: #F2A4B4;
}
</style>