Shades of Illusion #F1A2B4
Tints of Illusion #F1A2B4
RGB
CMYK
RGB Variations
Color information
#F1A2B4 (or 0xF1A2B4) is known color: Illusion. HEX triplet: F1, A2 and B4. RGB value is (241,162,180). Sum of RGB (Red+Green+Blue) = 241+162+180=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A2B4 is #0E5D4B. Grayscale: #BBBBBB. Windows color (decimal): -941388 or 11838193. OLE color: 11838193.
HSL color Cylindrical-coordinate representation of color #F1A2B4: hue angle of 346.33º degrees, saturation: 0.74, 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 #F1A2B4 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 162 | 180 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.05 |
| HSL | 346.33º | 0.74% | 0.79% | - |
| HSV(B) | 346.33º | 0.33% | 0.95% | - |
| XYZ | 57.43 | 47.84 | 49.39 | - |
| YUV | 187.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 162 | 180 | 0 | 0.33 | 0.25 | 0.05 | 346.33 | 0.74 | 0.79 |
| Hex | F1 | A2 | B4 | 0 | 21 | 19 | 5 | 15A | 4A | 4F |
| Octal | 361 | 242 | 264 | 0 | 41 | 31 | 5 | 532 | 112 | 117 |
| Binary | 11110001 | 10100010 | 10110100 | 0 | 100001 | 11001 | 101 | 101011010 | 1001010 | 1001111 |
Color Harmonies of #F1A2B4
Complementary color
Monochromatic Colors of #F1A2B4
Black with #F1A2B4
Text Example
Text Example
White with #F1A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A2B4; }
p { color: rgb(241,162,180); }
H1.HeaderClassName
{
color: #F1A2B4;
}
.AnyTagClassName
{
color: #F1A2B4;
}
</style>
background-color css
<style>
a { background-color: #F1A2B4; }
a { background-color: rgb(241,162,180); }
div.DivClassName
{
background-color: #F1A2B4;
}
.BgClassName
{
background-color: #F1A2B4;
}
</style>
border-color css
<style>
span { border-color: #F1A2B4; }
span { border-color: rgb(241,162,180); }
td.TdClassName
{
border-color: #F1A2B4;
}
.TagClassName
{
border-color: #F1A2B4;
}
</style>