Shades of Illusion #F890B2
Tints of Illusion #F890B2
RGB
CMYK
RGB Variations
Color information
#F890B2 (or 0xF890B2) is known color: Illusion. HEX triplet: F8, 90 and B2. RGB value is (248,144,178). Sum of RGB (Red+Green+Blue) = 248+144+178=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F890B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890B2 is #076F4D. Grayscale: #B2B2B2. Windows color (decimal): -487246 or 11702520. OLE color: 11702520.
HSL color Cylindrical-coordinate representation of color #F890B2: hue angle of 340.38º 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 #F890B2 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 178 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.03 |
| HSL | 340.38º | 0.88% | 0.77% | - |
| HSV(B) | 340.38º | 0.42% | 0.97% | - |
| XYZ | 56.72 | 43.12 | 47.45 | - |
| YUV | 178.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 178 | 0 | 0.42 | 0.28 | 0.03 | 340.38 | 0.88 | 0.77 |
| Hex | F8 | 90 | B2 | 0 | 2A | 1C | 3 | 154 | 58 | 4D |
| Octal | 370 | 220 | 262 | 0 | 52 | 34 | 3 | 524 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10110010 | 0 | 101010 | 11100 | 11 | 101010100 | 1011000 | 1001101 |
Color Harmonies of #F890B2
Complementary color
Monochromatic Colors of #F890B2
Black with #F890B2
Text Example
Text Example
White with #F890B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890B2; }
p { color: rgb(248,144,178); }
H1.HeaderClassName
{
color: #F890B2;
}
.AnyTagClassName
{
color: #F890B2;
}
</style>
background-color css
<style>
a { background-color: #F890B2; }
a { background-color: rgb(248,144,178); }
div.DivClassName
{
background-color: #F890B2;
}
.BgClassName
{
background-color: #F890B2;
}
</style>
border-color css
<style>
span { border-color: #F890B2; }
span { border-color: rgb(248,144,178); }
td.TdClassName
{
border-color: #F890B2;
}
.TagClassName
{
border-color: #F890B2;
}
</style>