Shades of Illusion #F38DB4
Tints of Illusion #F38DB4
RGB
CMYK
RGB Variations
Color information
#F38DB4 (or 0xF38DB4) is known color: Illusion. HEX triplet: F3, 8D and B4. RGB value is (243,141,180). Sum of RGB (Red+Green+Blue) = 243+141+180=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DB4 is #0C724B. Grayscale: #AFAFAF. Windows color (decimal): -815692 or 11832819. OLE color: 11832819.
HSL color Cylindrical-coordinate representation of color #F38DB4: hue angle of 337.06º 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 #F38DB4 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 180 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.05 |
| HSL | 337.06º | 0.81% | 0.75% | - |
| HSV(B) | 337.06º | 0.42% | 0.95% | - |
| XYZ | 54.73 | 41.4 | 48.29 | - |
| YUV | 175.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 180 | 0 | 0.42 | 0.26 | 0.05 | 337.06 | 0.81 | 0.75 |
| Hex | F3 | 8D | B4 | 0 | 2A | 1A | 5 | 151 | 51 | 4B |
| Octal | 363 | 215 | 264 | 0 | 52 | 32 | 5 | 521 | 121 | 113 |
| Binary | 11110011 | 10001101 | 10110100 | 0 | 101010 | 11010 | 101 | 101010001 | 1010001 | 1001011 |
Color Harmonies of #F38DB4
Complementary color
Monochromatic Colors of #F38DB4
Black with #F38DB4
Text Example
Text Example
White with #F38DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DB4; }
p { color: rgb(243,141,180); }
H1.HeaderClassName
{
color: #F38DB4;
}
.AnyTagClassName
{
color: #F38DB4;
}
</style>
background-color css
<style>
a { background-color: #F38DB4; }
a { background-color: rgb(243,141,180); }
div.DivClassName
{
background-color: #F38DB4;
}
.BgClassName
{
background-color: #F38DB4;
}
</style>
border-color css
<style>
span { border-color: #F38DB4; }
span { border-color: rgb(243,141,180); }
td.TdClassName
{
border-color: #F38DB4;
}
.TagClassName
{
border-color: #F38DB4;
}
</style>