Shades of Illusion #F3A0B5
Tints of Illusion #F3A0B5
RGB
CMYK
RGB Variations
Color information
#F3A0B5 (or 0xF3A0B5) is known color: Illusion. HEX triplet: F3, A0 and B5. RGB value is (243,160,181). Sum of RGB (Red+Green+Blue) = 243+160+181=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0B5 is #0C5F4A. Grayscale: #BBBBBB. Windows color (decimal): -810827 or 11903219. OLE color: 11903219.
HSL color Cylindrical-coordinate representation of color #F3A0B5: hue angle of 344.82º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A0B5 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 181 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.05 |
| HSL | 344.82º | 0.78% | 0.79% | - |
| HSV(B) | 344.82º | 0.34% | 0.95% | - |
| XYZ | 57.87 | 47.53 | 49.84 | - |
| YUV | 187.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 181 | 0 | 0.34 | 0.26 | 0.05 | 344.82 | 0.78 | 0.79 |
| Hex | F3 | A0 | B5 | 0 | 22 | 1A | 5 | 159 | 4E | 4F |
| Octal | 363 | 240 | 265 | 0 | 42 | 32 | 5 | 531 | 116 | 117 |
| Binary | 11110011 | 10100000 | 10110101 | 0 | 100010 | 11010 | 101 | 101011001 | 1001110 | 1001111 |
Color Harmonies of #F3A0B5
Complementary color
Monochromatic Colors of #F3A0B5
Black with #F3A0B5
Text Example
Text Example
White with #F3A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0B5; }
p { color: rgb(243,160,181); }
H1.HeaderClassName
{
color: #F3A0B5;
}
.AnyTagClassName
{
color: #F3A0B5;
}
</style>
background-color css
<style>
a { background-color: #F3A0B5; }
a { background-color: rgb(243,160,181); }
div.DivClassName
{
background-color: #F3A0B5;
}
.BgClassName
{
background-color: #F3A0B5;
}
</style>
border-color css
<style>
span { border-color: #F3A0B5; }
span { border-color: rgb(243,160,181); }
td.TdClassName
{
border-color: #F3A0B5;
}
.TagClassName
{
border-color: #F3A0B5;
}
</style>