Shades of Illusion #F2A6B5
Tints of Illusion #F2A6B5
RGB
CMYK
RGB Variations
Color information
#F2A6B5 (or 0xF2A6B5) is known color: Illusion. HEX triplet: F2, A6 and B5. RGB value is (242,166,181). Sum of RGB (Red+Green+Blue) = 242+166+181=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6B5 is #0D594A. Grayscale: #BEBEBE. Windows color (decimal): -874827 or 11904754. OLE color: 11904754.
HSL color Cylindrical-coordinate representation of color #F2A6B5: hue angle of 348.16º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6B5 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 181 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.05 |
| HSL | 348.16º | 0.75% | 0.8% | - |
| HSV(B) | 348.16º | 0.31% | 0.95% | - |
| XYZ | 58.59 | 49.49 | 50.18 | - |
| YUV | 190.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 181 | 0 | 0.31 | 0.25 | 0.05 | 348.16 | 0.75 | 0.8 |
| Hex | F2 | A6 | B5 | 0 | 1F | 19 | 5 | 15C | 4B | 50 |
| Octal | 362 | 246 | 265 | 0 | 37 | 31 | 5 | 534 | 113 | 120 |
| Binary | 11110010 | 10100110 | 10110101 | 0 | 11111 | 11001 | 101 | 101011100 | 1001011 | 1010000 |
Color Harmonies of #F2A6B5
Complementary color
Monochromatic Colors of #F2A6B5
Black with #F2A6B5
Text Example
Text Example
White with #F2A6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A6B5; }
p { color: rgb(242,166,181); }
H1.HeaderClassName
{
color: #F2A6B5;
}
.AnyTagClassName
{
color: #F2A6B5;
}
</style>
background-color css
<style>
a { background-color: #F2A6B5; }
a { background-color: rgb(242,166,181); }
div.DivClassName
{
background-color: #F2A6B5;
}
.BgClassName
{
background-color: #F2A6B5;
}
</style>
border-color css
<style>
span { border-color: #F2A6B5; }
span { border-color: rgb(242,166,181); }
td.TdClassName
{
border-color: #F2A6B5;
}
.TagClassName
{
border-color: #F2A6B5;
}
</style>