Shades of Illusion #F48DB2
Tints of Illusion #F48DB2
RGB
CMYK
RGB Variations
Color information
#F48DB2 (or 0xF48DB2) is known color: Illusion. HEX triplet: F4, 8D and B2. RGB value is (244,141,178). Sum of RGB (Red+Green+Blue) = 244+141+178=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48DB2 is #0B724D. Grayscale: #AFAFAF. Windows color (decimal): -750158 or 11701748. OLE color: 11701748.
HSL color Cylindrical-coordinate representation of color #F48DB2: hue angle of 338.45º 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 #F48DB2 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 141 | 178 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.04 |
| HSL | 338.45º | 0.82% | 0.75% | - |
| HSV(B) | 338.45º | 0.42% | 0.96% | - |
| XYZ | 54.87 | 41.5 | 47.24 | - |
| YUV | 176.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 141 | 178 | 0 | 0.42 | 0.27 | 0.04 | 338.45 | 0.82 | 0.75 |
| Hex | F4 | 8D | B2 | 0 | 2A | 1B | 4 | 152 | 52 | 4B |
| Octal | 364 | 215 | 262 | 0 | 52 | 33 | 4 | 522 | 122 | 113 |
| Binary | 11110100 | 10001101 | 10110010 | 0 | 101010 | 11011 | 100 | 101010010 | 1010010 | 1001011 |
Color Harmonies of #F48DB2
Complementary color
Monochromatic Colors of #F48DB2
Black with #F48DB2
Text Example
Text Example
White with #F48DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48DB2; }
p { color: rgb(244,141,178); }
H1.HeaderClassName
{
color: #F48DB2;
}
.AnyTagClassName
{
color: #F48DB2;
}
</style>
background-color css
<style>
a { background-color: #F48DB2; }
a { background-color: rgb(244,141,178); }
div.DivClassName
{
background-color: #F48DB2;
}
.BgClassName
{
background-color: #F48DB2;
}
</style>
border-color css
<style>
span { border-color: #F48DB2; }
span { border-color: rgb(244,141,178); }
td.TdClassName
{
border-color: #F48DB2;
}
.TagClassName
{
border-color: #F48DB2;
}
</style>