Shades of Illusion #F498AF
Tints of Illusion #F498AF
RGB
CMYK
RGB Variations
Color information
#F498AF (or 0xF498AF) is known color: Illusion. HEX triplet: F4, 98 and AF. RGB value is (244,152,175). Sum of RGB (Red+Green+Blue) = 244+152+175=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F498AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F498AF is #0B6750. Grayscale: #B6B6B6. Windows color (decimal): -747345 or 11507956. OLE color: 11507956.
HSL color Cylindrical-coordinate representation of color #F498AF: hue angle of 345º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F498AF is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 175 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.04 |
| HSL | 345º | 0.81% | 0.78% | - |
| HSV(B) | 345º | 0.38% | 0.96% | - |
| XYZ | 56.27 | 44.78 | 46.24 | - |
| YUV | 182.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 175 | 0 | 0.38 | 0.28 | 0.04 | 345 | 0.81 | 0.78 |
| Hex | F4 | 98 | AF | 0 | 26 | 1C | 4 | 159 | 51 | 4E |
| Octal | 364 | 230 | 257 | 0 | 46 | 34 | 4 | 531 | 121 | 116 |
| Binary | 11110100 | 10011000 | 10101111 | 0 | 100110 | 11100 | 100 | 101011001 | 1010001 | 1001110 |
Color Harmonies of #F498AF
Complementary color
Monochromatic Colors of #F498AF
Black with #F498AF
Text Example
Text Example
White with #F498AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498AF; }
p { color: rgb(244,152,175); }
H1.HeaderClassName
{
color: #F498AF;
}
.AnyTagClassName
{
color: #F498AF;
}
</style>
background-color css
<style>
a { background-color: #F498AF; }
a { background-color: rgb(244,152,175); }
div.DivClassName
{
background-color: #F498AF;
}
.BgClassName
{
background-color: #F498AF;
}
</style>
border-color css
<style>
span { border-color: #F498AF; }
span { border-color: rgb(244,152,175); }
td.TdClassName
{
border-color: #F498AF;
}
.TagClassName
{
border-color: #F498AF;
}
</style>