Shades of Illusion #F48DB1
Tints of Illusion #F48DB1
RGB
CMYK
RGB Variations
Color information
#F48DB1 (or 0xF48DB1) is known color: Illusion. HEX triplet: F4, 8D and B1. RGB value is (244,141,177). Sum of RGB (Red+Green+Blue) = 244+141+177=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48DB1 is #0B724E. Grayscale: #AFAFAF. Windows color (decimal): -750159 or 11636212. OLE color: 11636212.
HSL color Cylindrical-coordinate representation of color #F48DB1: hue angle of 339.03º 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 #F48DB1 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 177 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.04 |
| HSL | 339.03º | 0.82% | 0.75% | - |
| HSV(B) | 339.03º | 0.42% | 0.96% | - |
| XYZ | 54.77 | 41.46 | 46.71 | - |
| YUV | 175.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 177 | 0 | 0.42 | 0.27 | 0.04 | 339.03 | 0.82 | 0.75 |
| Hex | F4 | 8D | B1 | 0 | 2A | 1B | 4 | 153 | 52 | 4B |
| Octal | 364 | 215 | 261 | 0 | 52 | 33 | 4 | 523 | 122 | 113 |
| Binary | 11110100 | 10001101 | 10110001 | 0 | 101010 | 11011 | 100 | 101010011 | 1010010 | 1001011 |
Color Harmonies of #F48DB1
Complementary color
Monochromatic Colors of #F48DB1
Black with #F48DB1
Text Example
Text Example
White with #F48DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DB1; }
p { color: rgb(244,141,177); }
H1.HeaderClassName
{
color: #F48DB1;
}
.AnyTagClassName
{
color: #F48DB1;
}
</style>
background-color css
<style>
a { background-color: #F48DB1; }
a { background-color: rgb(244,141,177); }
div.DivClassName
{
background-color: #F48DB1;
}
.BgClassName
{
background-color: #F48DB1;
}
</style>
border-color css
<style>
span { border-color: #F48DB1; }
span { border-color: rgb(244,141,177); }
td.TdClassName
{
border-color: #F48DB1;
}
.TagClassName
{
border-color: #F48DB1;
}
</style>