Shades of Illusion #F495B2
Tints of Illusion #F495B2
RGB
CMYK
RGB Variations
Color information
#F495B2 (or 0xF495B2) is known color: Illusion. HEX triplet: F4, 95 and B2. RGB value is (244,149,178). Sum of RGB (Red+Green+Blue) = 244+149+178=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F495B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F495B2 is #0B6A4D. Grayscale: #B4B4B4. Windows color (decimal): -748110 or 11703796. OLE color: 11703796.
HSL color Cylindrical-coordinate representation of color #F495B2: hue angle of 341.68º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495B2 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 178 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.04 |
| HSL | 341.68º | 0.81% | 0.77% | - |
| HSV(B) | 341.68º | 0.39% | 0.96% | - |
| XYZ | 56.09 | 43.94 | 47.64 | - |
| YUV | 180.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 178 | 0 | 0.39 | 0.27 | 0.04 | 341.68 | 0.81 | 0.77 |
| Hex | F4 | 95 | B2 | 0 | 27 | 1B | 4 | 156 | 51 | 4D |
| Octal | 364 | 225 | 262 | 0 | 47 | 33 | 4 | 526 | 121 | 115 |
| Binary | 11110100 | 10010101 | 10110010 | 0 | 100111 | 11011 | 100 | 101010110 | 1010001 | 1001101 |
Color Harmonies of #F495B2
Complementary color
Monochromatic Colors of #F495B2
Black with #F495B2
Text Example
Text Example
White with #F495B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F495B2; }
p { color: rgb(244,149,178); }
H1.HeaderClassName
{
color: #F495B2;
}
.AnyTagClassName
{
color: #F495B2;
}
</style>
background-color css
<style>
a { background-color: #F495B2; }
a { background-color: rgb(244,149,178); }
div.DivClassName
{
background-color: #F495B2;
}
.BgClassName
{
background-color: #F495B2;
}
</style>
border-color css
<style>
span { border-color: #F495B2; }
span { border-color: rgb(244,149,178); }
td.TdClassName
{
border-color: #F495B2;
}
.TagClassName
{
border-color: #F495B2;
}
</style>