Shades of Illusion #F090B2
Tints of Illusion #F090B2
RGB
CMYK
RGB Variations
Color information
#F090B2 (or 0xF090B2) is known color: Illusion. HEX triplet: F0, 90 and B2. RGB value is (240,144,178). Sum of RGB (Red+Green+Blue) = 240+144+178=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F090B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F090B2 is #0F6F4D. Grayscale: #B0B0B0. Windows color (decimal): -1011534 or 11702512. OLE color: 11702512.
HSL color Cylindrical-coordinate representation of color #F090B2: hue angle of 338.75º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090B2 is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 178 | - |
| CMYK | 0 | 0.4 | 0.26 | 0.06 |
| HSL | 338.75º | 0.76% | 0.75% | - |
| HSV(B) | 338.75º | 0.4% | 0.94% | - |
| XYZ | 53.94 | 41.69 | 47.32 | - |
| YUV | 176.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 178 | 0 | 0.4 | 0.26 | 0.06 | 338.75 | 0.76 | 0.75 |
| Hex | F0 | 90 | B2 | 0 | 28 | 1A | 6 | 153 | 4C | 4B |
| Octal | 360 | 220 | 262 | 0 | 50 | 32 | 6 | 523 | 114 | 113 |
| Binary | 11110000 | 10010000 | 10110010 | 0 | 101000 | 11010 | 110 | 101010011 | 1001100 | 1001011 |
Color Harmonies of #F090B2
Complementary color
Monochromatic Colors of #F090B2
Black with #F090B2
Text Example
Text Example
White with #F090B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090B2; }
p { color: rgb(240,144,178); }
H1.HeaderClassName
{
color: #F090B2;
}
.AnyTagClassName
{
color: #F090B2;
}
</style>
background-color css
<style>
a { background-color: #F090B2; }
a { background-color: rgb(240,144,178); }
div.DivClassName
{
background-color: #F090B2;
}
.BgClassName
{
background-color: #F090B2;
}
</style>
border-color css
<style>
span { border-color: #F090B2; }
span { border-color: rgb(240,144,178); }
td.TdClassName
{
border-color: #F090B2;
}
.TagClassName
{
border-color: #F090B2;
}
</style>