Shades of Illusion #F38AB1
Tints of Illusion #F38AB1
RGB
CMYK
RGB Variations
Color information
#F38AB1 (or 0xF38AB1) is known color: Illusion. HEX triplet: F3, 8A and B1. RGB value is (243,138,177). Sum of RGB (Red+Green+Blue) = 243+138+177=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38AB1 is #0C754E. Grayscale: #ADADAD. Windows color (decimal): -816463 or 11635443. OLE color: 11635443.
HSL color Cylindrical-coordinate representation of color #F38AB1: hue angle of 337.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AB1 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 177 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.05 |
| HSL | 337.71º | 0.81% | 0.75% | - |
| HSV(B) | 337.71º | 0.43% | 0.95% | - |
| XYZ | 53.99 | 40.41 | 46.55 | - |
| YUV | 173.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 177 | 0 | 0.43 | 0.27 | 0.05 | 337.71 | 0.81 | 0.75 |
| Hex | F3 | 8A | B1 | 0 | 2B | 1B | 5 | 152 | 51 | 4B |
| Octal | 363 | 212 | 261 | 0 | 53 | 33 | 5 | 522 | 121 | 113 |
| Binary | 11110011 | 10001010 | 10110001 | 0 | 101011 | 11011 | 101 | 101010010 | 1010001 | 1001011 |
Color Harmonies of #F38AB1
Complementary color
Monochromatic Colors of #F38AB1
Black with #F38AB1
Text Example
Text Example
White with #F38AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38AB1; }
p { color: rgb(243,138,177); }
H1.HeaderClassName
{
color: #F38AB1;
}
.AnyTagClassName
{
color: #F38AB1;
}
</style>
background-color css
<style>
a { background-color: #F38AB1; }
a { background-color: rgb(243,138,177); }
div.DivClassName
{
background-color: #F38AB1;
}
.BgClassName
{
background-color: #F38AB1;
}
</style>
border-color css
<style>
span { border-color: #F38AB1; }
span { border-color: rgb(243,138,177); }
td.TdClassName
{
border-color: #F38AB1;
}
.TagClassName
{
border-color: #F38AB1;
}
</style>