Shades of Illusion #F491AF
Tints of Illusion #F491AF
RGB
CMYK
RGB Variations
Color information
#F491AF (or 0xF491AF) is known color: Illusion. HEX triplet: F4, 91 and AF. RGB value is (244,145,175). Sum of RGB (Red+Green+Blue) = 244+145+175=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F491AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F491AF is #0B6E50. Grayscale: #B2B2B2. Windows color (decimal): -749137 or 11506164. OLE color: 11506164.
HSL color Cylindrical-coordinate representation of color #F491AF: hue angle of 341.82º 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 #F491AF is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 175 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.04 |
| HSL | 341.82º | 0.82% | 0.76% | - |
| HSV(B) | 341.82º | 0.41% | 0.96% | - |
| XYZ | 55.17 | 42.58 | 45.87 | - |
| YUV | 178.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 175 | 0 | 0.41 | 0.28 | 0.04 | 341.82 | 0.82 | 0.76 |
| Hex | F4 | 91 | AF | 0 | 29 | 1C | 4 | 156 | 52 | 4C |
| Octal | 364 | 221 | 257 | 0 | 51 | 34 | 4 | 526 | 122 | 114 |
| Binary | 11110100 | 10010001 | 10101111 | 0 | 101001 | 11100 | 100 | 101010110 | 1010010 | 1001100 |
Color Harmonies of #F491AF
Complementary color
Monochromatic Colors of #F491AF
Black with #F491AF
Text Example
Text Example
White with #F491AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491AF; }
p { color: rgb(244,145,175); }
H1.HeaderClassName
{
color: #F491AF;
}
.AnyTagClassName
{
color: #F491AF;
}
</style>
background-color css
<style>
a { background-color: #F491AF; }
a { background-color: rgb(244,145,175); }
div.DivClassName
{
background-color: #F491AF;
}
.BgClassName
{
background-color: #F491AF;
}
</style>
border-color css
<style>
span { border-color: #F491AF; }
span { border-color: rgb(244,145,175); }
td.TdClassName
{
border-color: #F491AF;
}
.TagClassName
{
border-color: #F491AF;
}
</style>