Shades of Illusion #F48DB5
Tints of Illusion #F48DB5
RGB
CMYK
RGB Variations
Color information
#F48DB5 (or 0xF48DB5) is known color: Illusion. HEX triplet: F4, 8D and B5. RGB value is (244,141,181). Sum of RGB (Red+Green+Blue) = 244+141+181=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DB5 is #0B724A. Grayscale: #B0B0B0. Windows color (decimal): -750155 or 11898356. OLE color: 11898356.
HSL color Cylindrical-coordinate representation of color #F48DB5: hue angle of 336.7º 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 #F48DB5 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 181 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.04 |
| HSL | 336.7º | 0.82% | 0.75% | - |
| HSV(B) | 336.7º | 0.42% | 0.96% | - |
| XYZ | 55.17 | 41.62 | 48.84 | - |
| YUV | 176.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 181 | 0 | 0.42 | 0.26 | 0.04 | 336.7 | 0.82 | 0.75 |
| Hex | F4 | 8D | B5 | 0 | 2A | 1A | 4 | 151 | 52 | 4B |
| Octal | 364 | 215 | 265 | 0 | 52 | 32 | 4 | 521 | 122 | 113 |
| Binary | 11110100 | 10001101 | 10110101 | 0 | 101010 | 11010 | 100 | 101010001 | 1010010 | 1001011 |
Color Harmonies of #F48DB5
Complementary color
Monochromatic Colors of #F48DB5
Black with #F48DB5
Text Example
Text Example
White with #F48DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DB5; }
p { color: rgb(244,141,181); }
H1.HeaderClassName
{
color: #F48DB5;
}
.AnyTagClassName
{
color: #F48DB5;
}
</style>
background-color css
<style>
a { background-color: #F48DB5; }
a { background-color: rgb(244,141,181); }
div.DivClassName
{
background-color: #F48DB5;
}
.BgClassName
{
background-color: #F48DB5;
}
</style>
border-color css
<style>
span { border-color: #F48DB5; }
span { border-color: rgb(244,141,181); }
td.TdClassName
{
border-color: #F48DB5;
}
.TagClassName
{
border-color: #F48DB5;
}
</style>