Shades of Illusion #F28DB4
Tints of Illusion #F28DB4
RGB
CMYK
RGB Variations
Color information
#F28DB4 (or 0xF28DB4) is known color: Illusion. HEX triplet: F2, 8D and B4. RGB value is (242,141,180). Sum of RGB (Red+Green+Blue) = 242+141+180=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DB4 is #0D724B. Grayscale: #AFAFAF. Windows color (decimal): -881228 or 11832818. OLE color: 11832818.
HSL color Cylindrical-coordinate representation of color #F28DB4: hue angle of 336.83º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DB4 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 180 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.05 |
| HSL | 336.83º | 0.8% | 0.75% | - |
| HSV(B) | 336.83º | 0.42% | 0.95% | - |
| XYZ | 54.38 | 41.22 | 48.27 | - |
| YUV | 175.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 180 | 0 | 0.42 | 0.26 | 0.05 | 336.83 | 0.8 | 0.75 |
| Hex | F2 | 8D | B4 | 0 | 2A | 1A | 5 | 151 | 50 | 4B |
| Octal | 362 | 215 | 264 | 0 | 52 | 32 | 5 | 521 | 120 | 113 |
| Binary | 11110010 | 10001101 | 10110100 | 0 | 101010 | 11010 | 101 | 101010001 | 1010000 | 1001011 |
Color Harmonies of #F28DB4
Complementary color
Monochromatic Colors of #F28DB4
Black with #F28DB4
Text Example
Text Example
White with #F28DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DB4; }
p { color: rgb(242,141,180); }
H1.HeaderClassName
{
color: #F28DB4;
}
.AnyTagClassName
{
color: #F28DB4;
}
</style>
background-color css
<style>
a { background-color: #F28DB4; }
a { background-color: rgb(242,141,180); }
div.DivClassName
{
background-color: #F28DB4;
}
.BgClassName
{
background-color: #F28DB4;
}
</style>
border-color css
<style>
span { border-color: #F28DB4; }
span { border-color: rgb(242,141,180); }
td.TdClassName
{
border-color: #F28DB4;
}
.TagClassName
{
border-color: #F28DB4;
}
</style>