Shades of Illusion #F38DB1
Tints of Illusion #F38DB1
RGB
CMYK
RGB Variations
Color information
#F38DB1 (or 0xF38DB1) is known color: Illusion. HEX triplet: F3, 8D and B1. RGB value is (243,141,177). Sum of RGB (Red+Green+Blue) = 243+141+177=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38DB1 is #0C724E. Grayscale: #AFAFAF. Windows color (decimal): -815695 or 11636211. OLE color: 11636211.
HSL color Cylindrical-coordinate representation of color #F38DB1: hue angle of 338.82º 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 #F38DB1 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 177 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.05 |
| HSL | 338.82º | 0.81% | 0.75% | - |
| HSV(B) | 338.82º | 0.42% | 0.95% | - |
| XYZ | 54.42 | 41.28 | 46.69 | - |
| YUV | 175.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 177 | 0 | 0.42 | 0.27 | 0.05 | 338.82 | 0.81 | 0.75 |
| Hex | F3 | 8D | B1 | 0 | 2A | 1B | 5 | 153 | 51 | 4B |
| Octal | 363 | 215 | 261 | 0 | 52 | 33 | 5 | 523 | 121 | 113 |
| Binary | 11110011 | 10001101 | 10110001 | 0 | 101010 | 11011 | 101 | 101010011 | 1010001 | 1001011 |
Color Harmonies of #F38DB1
Complementary color
Monochromatic Colors of #F38DB1
Black with #F38DB1
Text Example
Text Example
White with #F38DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DB1; }
p { color: rgb(243,141,177); }
H1.HeaderClassName
{
color: #F38DB1;
}
.AnyTagClassName
{
color: #F38DB1;
}
</style>
background-color css
<style>
a { background-color: #F38DB1; }
a { background-color: rgb(243,141,177); }
div.DivClassName
{
background-color: #F38DB1;
}
.BgClassName
{
background-color: #F38DB1;
}
</style>
border-color css
<style>
span { border-color: #F38DB1; }
span { border-color: rgb(243,141,177); }
td.TdClassName
{
border-color: #F38DB1;
}
.TagClassName
{
border-color: #F38DB1;
}
</style>