Shades of Illusion #F095B2
Tints of Illusion #F095B2
RGB
CMYK
RGB Variations
Color information
#F095B2 (or 0xF095B2) is known color: Illusion. HEX triplet: F0, 95 and B2. RGB value is (240,149,178). Sum of RGB (Red+Green+Blue) = 240+149+178=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F095B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095B2 is #0F6A4D. Grayscale: #B3B3B3. Windows color (decimal): -1010254 or 11703792. OLE color: 11703792.
HSL color Cylindrical-coordinate representation of color #F095B2: hue angle of 340.88º 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 #F095B2 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 178 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.06 |
| HSL | 340.88º | 0.75% | 0.76% | - |
| HSV(B) | 340.88º | 0.38% | 0.94% | - |
| XYZ | 54.72 | 43.23 | 47.58 | - |
| YUV | 179.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 178 | 0 | 0.38 | 0.26 | 0.06 | 340.88 | 0.75 | 0.76 |
| Hex | F0 | 95 | B2 | 0 | 26 | 1A | 6 | 155 | 4B | 4C |
| Octal | 360 | 225 | 262 | 0 | 46 | 32 | 6 | 525 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10110010 | 0 | 100110 | 11010 | 110 | 101010101 | 1001011 | 1001100 |
Color Harmonies of #F095B2
Complementary color
Monochromatic Colors of #F095B2
Black with #F095B2
Text Example
Text Example
White with #F095B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095B2; }
p { color: rgb(240,149,178); }
H1.HeaderClassName
{
color: #F095B2;
}
.AnyTagClassName
{
color: #F095B2;
}
</style>
background-color css
<style>
a { background-color: #F095B2; }
a { background-color: rgb(240,149,178); }
div.DivClassName
{
background-color: #F095B2;
}
.BgClassName
{
background-color: #F095B2;
}
</style>
border-color css
<style>
span { border-color: #F095B2; }
span { border-color: rgb(240,149,178); }
td.TdClassName
{
border-color: #F095B2;
}
.TagClassName
{
border-color: #F095B2;
}
</style>