Shades of Illusion #F094B2
Tints of Illusion #F094B2
RGB
CMYK
RGB Variations
Color information
#F094B2 (or 0xF094B2) is known color: Illusion. HEX triplet: F0, 94 and B2. RGB value is (240,148,178). Sum of RGB (Red+Green+Blue) = 240+148+178=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F094B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F094B2 is #0F6B4D. Grayscale: #B2B2B2. Windows color (decimal): -1010510 or 11703536. OLE color: 11703536.
HSL color Cylindrical-coordinate representation of color #F094B2: hue angle of 340.43º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F094B2 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 178 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.06 |
| HSL | 340.43º | 0.75% | 0.76% | - |
| HSV(B) | 340.43º | 0.38% | 0.94% | - |
| XYZ | 54.56 | 42.92 | 47.53 | - |
| YUV | 178.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 178 | 0 | 0.38 | 0.26 | 0.06 | 340.43 | 0.75 | 0.76 |
| Hex | F0 | 94 | B2 | 0 | 26 | 1A | 6 | 154 | 4B | 4C |
| Octal | 360 | 224 | 262 | 0 | 46 | 32 | 6 | 524 | 113 | 114 |
| Binary | 11110000 | 10010100 | 10110010 | 0 | 100110 | 11010 | 110 | 101010100 | 1001011 | 1001100 |
Color Harmonies of #F094B2
Complementary color
Monochromatic Colors of #F094B2
Black with #F094B2
Text Example
Text Example
White with #F094B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094B2; }
p { color: rgb(240,148,178); }
H1.HeaderClassName
{
color: #F094B2;
}
.AnyTagClassName
{
color: #F094B2;
}
</style>
background-color css
<style>
a { background-color: #F094B2; }
a { background-color: rgb(240,148,178); }
div.DivClassName
{
background-color: #F094B2;
}
.BgClassName
{
background-color: #F094B2;
}
</style>
border-color css
<style>
span { border-color: #F094B2; }
span { border-color: rgb(240,148,178); }
td.TdClassName
{
border-color: #F094B2;
}
.TagClassName
{
border-color: #F094B2;
}
</style>