Shades of Illusion #F48DB6
Tints of Illusion #F48DB6
RGB
CMYK
RGB Variations
Color information
#F48DB6 (or 0xF48DB6) is known color: Illusion. HEX triplet: F4, 8D and B6. RGB value is (244,141,182). Sum of RGB (Red+Green+Blue) = 244+141+182=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DB6 is #0B7249. Grayscale: #B0B0B0. Windows color (decimal): -750154 or 11963892. OLE color: 11963892.
HSL color Cylindrical-coordinate representation of color #F48DB6: hue angle of 336.12º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DB6 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 182 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.04 |
| HSL | 336.12º | 0.82% | 0.75% | - |
| HSV(B) | 336.12º | 0.42% | 0.96% | - |
| XYZ | 55.28 | 41.66 | 49.38 | - |
| YUV | 176.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 182 | 0 | 0.42 | 0.25 | 0.04 | 336.12 | 0.82 | 0.75 |
| Hex | F4 | 8D | B6 | 0 | 2A | 19 | 4 | 150 | 52 | 4B |
| Octal | 364 | 215 | 266 | 0 | 52 | 31 | 4 | 520 | 122 | 113 |
| Binary | 11110100 | 10001101 | 10110110 | 0 | 101010 | 11001 | 100 | 101010000 | 1010010 | 1001011 |
Color Harmonies of #F48DB6
Complementary color
Monochromatic Colors of #F48DB6
Black with #F48DB6
Text Example
Text Example
White with #F48DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DB6; }
p { color: rgb(244,141,182); }
H1.HeaderClassName
{
color: #F48DB6;
}
.AnyTagClassName
{
color: #F48DB6;
}
</style>
background-color css
<style>
a { background-color: #F48DB6; }
a { background-color: rgb(244,141,182); }
div.DivClassName
{
background-color: #F48DB6;
}
.BgClassName
{
background-color: #F48DB6;
}
</style>
border-color css
<style>
span { border-color: #F48DB6; }
span { border-color: rgb(244,141,182); }
td.TdClassName
{
border-color: #F48DB6;
}
.TagClassName
{
border-color: #F48DB6;
}
</style>