Shades of Illusion #F095B5
Tints of Illusion #F095B5
RGB
CMYK
RGB Variations
Color information
#F095B5 (or 0xF095B5) is known color: Illusion. HEX triplet: F0, 95 and B5. RGB value is (240,149,181). Sum of RGB (Red+Green+Blue) = 240+149+181=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F095B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095B5 is #0F6A4A. Grayscale: #B3B3B3. Windows color (decimal): -1010251 or 11900400. OLE color: 11900400.
HSL color Cylindrical-coordinate representation of color #F095B5: hue angle of 338.9º 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 #F095B5 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 181 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.06 |
| HSL | 338.9º | 0.75% | 0.76% | - |
| HSV(B) | 338.9º | 0.38% | 0.94% | - |
| XYZ | 55.02 | 43.36 | 49.18 | - |
| YUV | 179.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 181 | 0 | 0.38 | 0.25 | 0.06 | 338.9 | 0.75 | 0.76 |
| Hex | F0 | 95 | B5 | 0 | 26 | 19 | 6 | 153 | 4B | 4C |
| Octal | 360 | 225 | 265 | 0 | 46 | 31 | 6 | 523 | 113 | 114 |
| Binary | 11110000 | 10010101 | 10110101 | 0 | 100110 | 11001 | 110 | 101010011 | 1001011 | 1001100 |
Color Harmonies of #F095B5
Complementary color
Monochromatic Colors of #F095B5
Black with #F095B5
Text Example
Text Example
White with #F095B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F095B5; }
p { color: rgb(240,149,181); }
H1.HeaderClassName
{
color: #F095B5;
}
.AnyTagClassName
{
color: #F095B5;
}
</style>
background-color css
<style>
a { background-color: #F095B5; }
a { background-color: rgb(240,149,181); }
div.DivClassName
{
background-color: #F095B5;
}
.BgClassName
{
background-color: #F095B5;
}
</style>
border-color css
<style>
span { border-color: #F095B5; }
span { border-color: rgb(240,149,181); }
td.TdClassName
{
border-color: #F095B5;
}
.TagClassName
{
border-color: #F095B5;
}
</style>