Shades of Illusion #F38DB0
Tints of Illusion #F38DB0
RGB
CMYK
RGB Variations
Color information
#F38DB0 (or 0xF38DB0) is known color: Illusion. HEX triplet: F3, 8D and B0. RGB value is (243,141,176). Sum of RGB (Red+Green+Blue) = 243+141+176=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38DB0 is #0C724F. Grayscale: #AFAFAF. Windows color (decimal): -815696 or 11570675. OLE color: 11570675.
HSL color Cylindrical-coordinate representation of color #F38DB0: hue angle of 339.41º 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 #F38DB0 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 176 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.05 |
| HSL | 339.41º | 0.81% | 0.75% | - |
| HSV(B) | 339.41º | 0.42% | 0.95% | - |
| XYZ | 54.32 | 41.24 | 46.17 | - |
| YUV | 175.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 176 | 0 | 0.42 | 0.28 | 0.05 | 339.41 | 0.81 | 0.75 |
| Hex | F3 | 8D | B0 | 0 | 2A | 1C | 5 | 153 | 51 | 4B |
| Octal | 363 | 215 | 260 | 0 | 52 | 34 | 5 | 523 | 121 | 113 |
| Binary | 11110011 | 10001101 | 10110000 | 0 | 101010 | 11100 | 101 | 101010011 | 1010001 | 1001011 |
Color Harmonies of #F38DB0
Complementary color
Monochromatic Colors of #F38DB0
Black with #F38DB0
Text Example
Text Example
White with #F38DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DB0; }
p { color: rgb(243,141,176); }
H1.HeaderClassName
{
color: #F38DB0;
}
.AnyTagClassName
{
color: #F38DB0;
}
</style>
background-color css
<style>
a { background-color: #F38DB0; }
a { background-color: rgb(243,141,176); }
div.DivClassName
{
background-color: #F38DB0;
}
.BgClassName
{
background-color: #F38DB0;
}
</style>
border-color css
<style>
span { border-color: #F38DB0; }
span { border-color: rgb(243,141,176); }
td.TdClassName
{
border-color: #F38DB0;
}
.TagClassName
{
border-color: #F38DB0;
}
</style>