Shades of Illusion #F38DB6
Tints of Illusion #F38DB6
RGB
CMYK
RGB Variations
Color information
#F38DB6 (or 0xF38DB6) is known color: Illusion. HEX triplet: F3, 8D and B6. RGB value is (243,141,182). Sum of RGB (Red+Green+Blue) = 243+141+182=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DB6 is #0C7249. Grayscale: #B0B0B0. Windows color (decimal): -815690 or 11963891. OLE color: 11963891.
HSL color Cylindrical-coordinate representation of color #F38DB6: hue angle of 335.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38DB6 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 182 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.05 |
| HSL | 335.88º | 0.81% | 0.75% | - |
| HSV(B) | 335.88º | 0.42% | 0.95% | - |
| XYZ | 54.93 | 41.48 | 49.37 | - |
| YUV | 176.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 182 | 0 | 0.42 | 0.25 | 0.05 | 335.88 | 0.81 | 0.75 |
| Hex | F3 | 8D | B6 | 0 | 2A | 19 | 5 | 150 | 51 | 4B |
| Octal | 363 | 215 | 266 | 0 | 52 | 31 | 5 | 520 | 121 | 113 |
| Binary | 11110011 | 10001101 | 10110110 | 0 | 101010 | 11001 | 101 | 101010000 | 1010001 | 1001011 |
Color Harmonies of #F38DB6
Complementary color
Monochromatic Colors of #F38DB6
Black with #F38DB6
Text Example
Text Example
White with #F38DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DB6; }
p { color: rgb(243,141,182); }
H1.HeaderClassName
{
color: #F38DB6;
}
.AnyTagClassName
{
color: #F38DB6;
}
</style>
background-color css
<style>
a { background-color: #F38DB6; }
a { background-color: rgb(243,141,182); }
div.DivClassName
{
background-color: #F38DB6;
}
.BgClassName
{
background-color: #F38DB6;
}
</style>
border-color css
<style>
span { border-color: #F38DB6; }
span { border-color: rgb(243,141,182); }
td.TdClassName
{
border-color: #F38DB6;
}
.TagClassName
{
border-color: #F38DB6;
}
</style>