Shades of Illusion #F38DB5
Tints of Illusion #F38DB5
RGB
CMYK
RGB Variations
Color information
#F38DB5 (or 0xF38DB5) is known color: Illusion. HEX triplet: F3, 8D and B5. RGB value is (243,141,181). Sum of RGB (Red+Green+Blue) = 243+141+181=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DB5 is #0C724A. Grayscale: #AFAFAF. Windows color (decimal): -815691 or 11898355. OLE color: 11898355.
HSL color Cylindrical-coordinate representation of color #F38DB5: hue angle of 336.47º 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 #F38DB5 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 181 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.05 |
| HSL | 336.47º | 0.81% | 0.75% | - |
| HSV(B) | 336.47º | 0.42% | 0.95% | - |
| XYZ | 54.83 | 41.44 | 48.83 | - |
| YUV | 176.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 181 | 0 | 0.42 | 0.26 | 0.05 | 336.47 | 0.81 | 0.75 |
| Hex | F3 | 8D | B5 | 0 | 2A | 1A | 5 | 150 | 51 | 4B |
| Octal | 363 | 215 | 265 | 0 | 52 | 32 | 5 | 520 | 121 | 113 |
| Binary | 11110011 | 10001101 | 10110101 | 0 | 101010 | 11010 | 101 | 101010000 | 1010001 | 1001011 |
Color Harmonies of #F38DB5
Complementary color
Monochromatic Colors of #F38DB5
Black with #F38DB5
Text Example
Text Example
White with #F38DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DB5; }
p { color: rgb(243,141,181); }
H1.HeaderClassName
{
color: #F38DB5;
}
.AnyTagClassName
{
color: #F38DB5;
}
</style>
background-color css
<style>
a { background-color: #F38DB5; }
a { background-color: rgb(243,141,181); }
div.DivClassName
{
background-color: #F38DB5;
}
.BgClassName
{
background-color: #F38DB5;
}
</style>
border-color css
<style>
span { border-color: #F38DB5; }
span { border-color: rgb(243,141,181); }
td.TdClassName
{
border-color: #F38DB5;
}
.TagClassName
{
border-color: #F38DB5;
}
</style>