Shades of Illusion #F48DB3
Tints of Illusion #F48DB3
RGB
CMYK
RGB Variations
Color information
#F48DB3 (or 0xF48DB3) is known color: Illusion. HEX triplet: F4, 8D and B3. RGB value is (244,141,179). Sum of RGB (Red+Green+Blue) = 244+141+179=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DB3 is #0B724C. Grayscale: #B0B0B0. Windows color (decimal): -750157 or 11767284. OLE color: 11767284.
HSL color Cylindrical-coordinate representation of color #F48DB3: hue angle of 337.86º 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 #F48DB3 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 179 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.04 |
| HSL | 337.86º | 0.82% | 0.75% | - |
| HSV(B) | 337.86º | 0.42% | 0.96% | - |
| XYZ | 54.97 | 41.54 | 47.77 | - |
| YUV | 176.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 179 | 0 | 0.42 | 0.27 | 0.04 | 337.86 | 0.82 | 0.75 |
| Hex | F4 | 8D | B3 | 0 | 2A | 1B | 4 | 152 | 52 | 4B |
| Octal | 364 | 215 | 263 | 0 | 52 | 33 | 4 | 522 | 122 | 113 |
| Binary | 11110100 | 10001101 | 10110011 | 0 | 101010 | 11011 | 100 | 101010010 | 1010010 | 1001011 |
Color Harmonies of #F48DB3
Complementary color
Monochromatic Colors of #F48DB3
Black with #F48DB3
Text Example
Text Example
White with #F48DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DB3; }
p { color: rgb(244,141,179); }
H1.HeaderClassName
{
color: #F48DB3;
}
.AnyTagClassName
{
color: #F48DB3;
}
</style>
background-color css
<style>
a { background-color: #F48DB3; }
a { background-color: rgb(244,141,179); }
div.DivClassName
{
background-color: #F48DB3;
}
.BgClassName
{
background-color: #F48DB3;
}
</style>
border-color css
<style>
span { border-color: #F48DB3; }
span { border-color: rgb(244,141,179); }
td.TdClassName
{
border-color: #F48DB3;
}
.TagClassName
{
border-color: #F48DB3;
}
</style>