Shades of Illusion #F288B3
Tints of Illusion #F288B3
RGB
CMYK
RGB Variations
Color information
#F288B3 (or 0xF288B3) is known color: Illusion. HEX triplet: F2, 88 and B3. RGB value is (242,136,179). Sum of RGB (Red+Green+Blue) = 242+136+179=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F288B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288B3 is #0D774C. Grayscale: #ACACAC. Windows color (decimal): -882509 or 11766002. OLE color: 11766002.
HSL color Cylindrical-coordinate representation of color #F288B3: hue angle of 335.66º 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 #F288B3 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 179 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.05 |
| HSL | 335.66º | 0.8% | 0.74% | - |
| HSV(B) | 335.66º | 0.44% | 0.95% | - |
| XYZ | 53.56 | 39.74 | 47.5 | - |
| YUV | 172.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 179 | 0 | 0.44 | 0.26 | 0.05 | 335.66 | 0.8 | 0.74 |
| Hex | F2 | 88 | B3 | 0 | 2C | 1A | 5 | 150 | 50 | 4A |
| Octal | 362 | 210 | 263 | 0 | 54 | 32 | 5 | 520 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10110011 | 0 | 101100 | 11010 | 101 | 101010000 | 1010000 | 1001010 |
Color Harmonies of #F288B3
Complementary color
Monochromatic Colors of #F288B3
Black with #F288B3
Text Example
Text Example
White with #F288B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288B3; }
p { color: rgb(242,136,179); }
H1.HeaderClassName
{
color: #F288B3;
}
.AnyTagClassName
{
color: #F288B3;
}
</style>
background-color css
<style>
a { background-color: #F288B3; }
a { background-color: rgb(242,136,179); }
div.DivClassName
{
background-color: #F288B3;
}
.BgClassName
{
background-color: #F288B3;
}
</style>
border-color css
<style>
span { border-color: #F288B3; }
span { border-color: rgb(242,136,179); }
td.TdClassName
{
border-color: #F288B3;
}
.TagClassName
{
border-color: #F288B3;
}
</style>