Shades of Illusion #F890B1
Tints of Illusion #F890B1
RGB
CMYK
RGB Variations
Color information
#F890B1 (or 0xF890B1) is known color: Illusion. HEX triplet: F8, 90 and B1. RGB value is (248,144,177). Sum of RGB (Red+Green+Blue) = 248+144+177=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F890B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890B1 is #076F4E. Grayscale: #B2B2B2. Windows color (decimal): -487247 or 11636984. OLE color: 11636984.
HSL color Cylindrical-coordinate representation of color #F890B1: hue angle of 340.96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890B1 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 177 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.03 |
| HSL | 340.96º | 0.88% | 0.77% | - |
| HSV(B) | 340.96º | 0.42% | 0.97% | - |
| XYZ | 56.62 | 43.08 | 46.93 | - |
| YUV | 178.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 177 | 0 | 0.42 | 0.29 | 0.03 | 340.96 | 0.88 | 0.77 |
| Hex | F8 | 90 | B1 | 0 | 2A | 1D | 3 | 155 | 58 | 4D |
| Octal | 370 | 220 | 261 | 0 | 52 | 35 | 3 | 525 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10110001 | 0 | 101010 | 11101 | 11 | 101010101 | 1011000 | 1001101 |
Color Harmonies of #F890B1
Complementary color
Monochromatic Colors of #F890B1
Black with #F890B1
Text Example
Text Example
White with #F890B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890B1; }
p { color: rgb(248,144,177); }
H1.HeaderClassName
{
color: #F890B1;
}
.AnyTagClassName
{
color: #F890B1;
}
</style>
background-color css
<style>
a { background-color: #F890B1; }
a { background-color: rgb(248,144,177); }
div.DivClassName
{
background-color: #F890B1;
}
.BgClassName
{
background-color: #F890B1;
}
</style>
border-color css
<style>
span { border-color: #F890B1; }
span { border-color: rgb(248,144,177); }
td.TdClassName
{
border-color: #F890B1;
}
.TagClassName
{
border-color: #F890B1;
}
</style>