Shades of Illusion #F288B2
Tints of Illusion #F288B2
RGB
CMYK
RGB Variations
Color information
#F288B2 (or 0xF288B2) is known color: Illusion. HEX triplet: F2, 88 and B2. RGB value is (242,136,178). Sum of RGB (Red+Green+Blue) = 242+136+178=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F288B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F288B2 is #0D774D. Grayscale: #ACACAC. Windows color (decimal): -882510 or 11700466. OLE color: 11700466.
HSL color Cylindrical-coordinate representation of color #F288B2: hue angle of 336.23º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288B2 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 178 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.05 |
| HSL | 336.23º | 0.8% | 0.74% | - |
| HSV(B) | 336.23º | 0.44% | 0.95% | - |
| XYZ | 53.46 | 39.7 | 46.96 | - |
| YUV | 172.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 178 | 0 | 0.44 | 0.26 | 0.05 | 336.23 | 0.8 | 0.74 |
| Hex | F2 | 88 | B2 | 0 | 2C | 1A | 5 | 150 | 50 | 4A |
| Octal | 362 | 210 | 262 | 0 | 54 | 32 | 5 | 520 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10110010 | 0 | 101100 | 11010 | 101 | 101010000 | 1010000 | 1001010 |
Color Harmonies of #F288B2
Complementary color
Monochromatic Colors of #F288B2
Black with #F288B2
Text Example
Text Example
White with #F288B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288B2; }
p { color: rgb(242,136,178); }
H1.HeaderClassName
{
color: #F288B2;
}
.AnyTagClassName
{
color: #F288B2;
}
</style>
background-color css
<style>
a { background-color: #F288B2; }
a { background-color: rgb(242,136,178); }
div.DivClassName
{
background-color: #F288B2;
}
.BgClassName
{
background-color: #F288B2;
}
</style>
border-color css
<style>
span { border-color: #F288B2; }
span { border-color: rgb(242,136,178); }
td.TdClassName
{
border-color: #F288B2;
}
.TagClassName
{
border-color: #F288B2;
}
</style>