Shades of Illusion #F3A3B3
Tints of Illusion #F3A3B3
RGB
CMYK
RGB Variations
Color information
#F3A3B3 (or 0xF3A3B3) is known color: Illusion. HEX triplet: F3, A3 and B3. RGB value is (243,163,179). Sum of RGB (Red+Green+Blue) = 243+163+179=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A3B3 is #0C5C4C. Grayscale: #BCBCBC. Windows color (decimal): -810061 or 11772915. OLE color: 11772915.
HSL color Cylindrical-coordinate representation of color #F3A3B3: hue angle of 348º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A3B3 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 179 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.05 |
| HSL | 348º | 0.77% | 0.8% | - |
| HSV(B) | 348º | 0.33% | 0.95% | - |
| XYZ | 58.2 | 48.5 | 48.94 | - |
| YUV | 188.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 179 | 0 | 0.33 | 0.26 | 0.05 | 348 | 0.77 | 0.8 |
| Hex | F3 | A3 | B3 | 0 | 21 | 1A | 5 | 15C | 4D | 50 |
| Octal | 363 | 243 | 263 | 0 | 41 | 32 | 5 | 534 | 115 | 120 |
| Binary | 11110011 | 10100011 | 10110011 | 0 | 100001 | 11010 | 101 | 101011100 | 1001101 | 1010000 |
Color Harmonies of #F3A3B3
Complementary color
Monochromatic Colors of #F3A3B3
Black with #F3A3B3
Text Example
Text Example
White with #F3A3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3B3; }
p { color: rgb(243,163,179); }
H1.HeaderClassName
{
color: #F3A3B3;
}
.AnyTagClassName
{
color: #F3A3B3;
}
</style>
background-color css
<style>
a { background-color: #F3A3B3; }
a { background-color: rgb(243,163,179); }
div.DivClassName
{
background-color: #F3A3B3;
}
.BgClassName
{
background-color: #F3A3B3;
}
</style>
border-color css
<style>
span { border-color: #F3A3B3; }
span { border-color: rgb(243,163,179); }
td.TdClassName
{
border-color: #F3A3B3;
}
.TagClassName
{
border-color: #F3A3B3;
}
</style>