Shades of Illusion #F389B1
Tints of Illusion #F389B1
RGB
CMYK
RGB Variations
Color information
#F389B1 (or 0xF389B1) is known color: Illusion. HEX triplet: F3, 89 and B1. RGB value is (243,137,177). Sum of RGB (Red+Green+Blue) = 243+137+177=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F389B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F389B1 is #0C764E. Grayscale: #ADADAD. Windows color (decimal): -816719 or 11635187. OLE color: 11635187.
HSL color Cylindrical-coordinate representation of color #F389B1: hue angle of 337.36º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F389B1 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 177 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.05 |
| HSL | 337.36º | 0.82% | 0.75% | - |
| HSV(B) | 337.36º | 0.44% | 0.95% | - |
| XYZ | 53.84 | 40.12 | 46.5 | - |
| YUV | 173.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 177 | 0 | 0.44 | 0.27 | 0.05 | 337.36 | 0.82 | 0.75 |
| Hex | F3 | 89 | B1 | 0 | 2C | 1B | 5 | 151 | 52 | 4B |
| Octal | 363 | 211 | 261 | 0 | 54 | 33 | 5 | 521 | 122 | 113 |
| Binary | 11110011 | 10001001 | 10110001 | 0 | 101100 | 11011 | 101 | 101010001 | 1010010 | 1001011 |
Color Harmonies of #F389B1
Complementary color
Monochromatic Colors of #F389B1
Black with #F389B1
Text Example
Text Example
White with #F389B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389B1; }
p { color: rgb(243,137,177); }
H1.HeaderClassName
{
color: #F389B1;
}
.AnyTagClassName
{
color: #F389B1;
}
</style>
background-color css
<style>
a { background-color: #F389B1; }
a { background-color: rgb(243,137,177); }
div.DivClassName
{
background-color: #F389B1;
}
.BgClassName
{
background-color: #F389B1;
}
</style>
border-color css
<style>
span { border-color: #F389B1; }
span { border-color: rgb(243,137,177); }
td.TdClassName
{
border-color: #F389B1;
}
.TagClassName
{
border-color: #F389B1;
}
</style>