Shades of Illusion #F493AF
Tints of Illusion #F493AF
RGB
CMYK
RGB Variations
Color information
#F493AF (or 0xF493AF) is known color: Illusion. HEX triplet: F4, 93 and AF. RGB value is (244,147,175). Sum of RGB (Red+Green+Blue) = 244+147+175=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F493AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F493AF is #0B6C50. Grayscale: #B3B3B3. Windows color (decimal): -748625 or 11506676. OLE color: 11506676.
HSL color Cylindrical-coordinate representation of color #F493AF: hue angle of 342.68º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493AF is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 175 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.04 |
| HSL | 342.68º | 0.82% | 0.77% | - |
| HSV(B) | 342.68º | 0.4% | 0.96% | - |
| XYZ | 55.48 | 43.2 | 45.97 | - |
| YUV | 179.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 175 | 0 | 0.40 | 0.28 | 0.04 | 342.68 | 0.82 | 0.77 |
| Hex | F4 | 93 | AF | 0 | 28 | 1C | 4 | 157 | 52 | 4D |
| Octal | 364 | 223 | 257 | 0 | 50 | 34 | 4 | 527 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10101111 | 0 | 101000 | 11100 | 100 | 101010111 | 1010010 | 1001101 |
Color Harmonies of #F493AF
Complementary color
Monochromatic Colors of #F493AF
Black with #F493AF
Text Example
Text Example
White with #F493AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493AF; }
p { color: rgb(244,147,175); }
H1.HeaderClassName
{
color: #F493AF;
}
.AnyTagClassName
{
color: #F493AF;
}
</style>
background-color css
<style>
a { background-color: #F493AF; }
a { background-color: rgb(244,147,175); }
div.DivClassName
{
background-color: #F493AF;
}
.BgClassName
{
background-color: #F493AF;
}
</style>
border-color css
<style>
span { border-color: #F493AF; }
span { border-color: rgb(244,147,175); }
td.TdClassName
{
border-color: #F493AF;
}
.TagClassName
{
border-color: #F493AF;
}
</style>