Shades of Illusion #F3A3B2
Tints of Illusion #F3A3B2
RGB
CMYK
RGB Variations
Color information
#F3A3B2 (or 0xF3A3B2) is known color: Illusion. HEX triplet: F3, A3 and B2. RGB value is (243,163,178). Sum of RGB (Red+Green+Blue) = 243+163+178=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A3B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A3B2 is #0C5C4D. Grayscale: #BCBCBC. Windows color (decimal): -810062 or 11707379. OLE color: 11707379.
HSL color Cylindrical-coordinate representation of color #F3A3B2: hue angle of 348.75º 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 #F3A3B2 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 178 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.05 |
| HSL | 348.75º | 0.77% | 0.8% | - |
| HSV(B) | 348.75º | 0.33% | 0.95% | - |
| XYZ | 58.1 | 48.46 | 48.41 | - |
| YUV | 188.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 178 | 0 | 0.33 | 0.27 | 0.05 | 348.75 | 0.77 | 0.8 |
| Hex | F3 | A3 | B2 | 0 | 21 | 1B | 5 | 15D | 4D | 50 |
| Octal | 363 | 243 | 262 | 0 | 41 | 33 | 5 | 535 | 115 | 120 |
| Binary | 11110011 | 10100011 | 10110010 | 0 | 100001 | 11011 | 101 | 101011101 | 1001101 | 1010000 |
Color Harmonies of #F3A3B2
Complementary color
Monochromatic Colors of #F3A3B2
Black with #F3A3B2
Text Example
Text Example
White with #F3A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A3B2; }
p { color: rgb(243,163,178); }
H1.HeaderClassName
{
color: #F3A3B2;
}
.AnyTagClassName
{
color: #F3A3B2;
}
</style>
background-color css
<style>
a { background-color: #F3A3B2; }
a { background-color: rgb(243,163,178); }
div.DivClassName
{
background-color: #F3A3B2;
}
.BgClassName
{
background-color: #F3A3B2;
}
</style>
border-color css
<style>
span { border-color: #F3A3B2; }
span { border-color: rgb(243,163,178); }
td.TdClassName
{
border-color: #F3A3B2;
}
.TagClassName
{
border-color: #F3A3B2;
}
</style>