Shades of Illusion #F490AF
Tints of Illusion #F490AF
RGB
CMYK
RGB Variations
Color information
#F490AF (or 0xF490AF) is known color: Illusion. HEX triplet: F4, 90 and AF. RGB value is (244,144,175). Sum of RGB (Red+Green+Blue) = 244+144+175=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F490AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490AF is #0B6F50. Grayscale: #B1B1B1. Windows color (decimal): -749393 or 11505908. OLE color: 11505908.
HSL color Cylindrical-coordinate representation of color #F490AF: hue angle of 341.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490AF is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 175 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.04 |
| HSL | 341.4º | 0.82% | 0.76% | - |
| HSV(B) | 341.4º | 0.41% | 0.96% | - |
| XYZ | 55.02 | 42.27 | 45.82 | - |
| YUV | 177.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 175 | 0 | 0.41 | 0.28 | 0.04 | 341.4 | 0.82 | 0.76 |
| Hex | F4 | 90 | AF | 0 | 29 | 1C | 4 | 155 | 52 | 4C |
| Octal | 364 | 220 | 257 | 0 | 51 | 34 | 4 | 525 | 122 | 114 |
| Binary | 11110100 | 10010000 | 10101111 | 0 | 101001 | 11100 | 100 | 101010101 | 1010010 | 1001100 |
Color Harmonies of #F490AF
Complementary color
Monochromatic Colors of #F490AF
Black with #F490AF
Text Example
Text Example
White with #F490AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490AF; }
p { color: rgb(244,144,175); }
H1.HeaderClassName
{
color: #F490AF;
}
.AnyTagClassName
{
color: #F490AF;
}
</style>
background-color css
<style>
a { background-color: #F490AF; }
a { background-color: rgb(244,144,175); }
div.DivClassName
{
background-color: #F490AF;
}
.BgClassName
{
background-color: #F490AF;
}
</style>
border-color css
<style>
span { border-color: #F490AF; }
span { border-color: rgb(244,144,175); }
td.TdClassName
{
border-color: #F490AF;
}
.TagClassName
{
border-color: #F490AF;
}
</style>