Shades of Illusion #F199AF
Tints of Illusion #F199AF
RGB
CMYK
RGB Variations
Color information
#F199AF (or 0xF199AF) is known color: Illusion. HEX triplet: F1, 99 and AF. RGB value is (241,153,175). Sum of RGB (Red+Green+Blue) = 241+153+175=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F199AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199AF is #0E6650. Grayscale: #B5B5B5. Windows color (decimal): -943697 or 11508209. OLE color: 11508209.
HSL color Cylindrical-coordinate representation of color #F199AF: hue angle of 345º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199AF is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 175 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.05 |
| HSL | 345º | 0.76% | 0.77% | - |
| HSV(B) | 345º | 0.37% | 0.95% | - |
| XYZ | 55.4 | 44.58 | 46.24 | - |
| YUV | 181.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 175 | 0 | 0.37 | 0.27 | 0.05 | 345 | 0.76 | 0.77 |
| Hex | F1 | 99 | AF | 0 | 25 | 1B | 5 | 159 | 4C | 4D |
| Octal | 361 | 231 | 257 | 0 | 45 | 33 | 5 | 531 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10101111 | 0 | 100101 | 11011 | 101 | 101011001 | 1001100 | 1001101 |
Color Harmonies of #F199AF
Complementary color
Monochromatic Colors of #F199AF
Black with #F199AF
Text Example
Text Example
White with #F199AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199AF; }
p { color: rgb(241,153,175); }
H1.HeaderClassName
{
color: #F199AF;
}
.AnyTagClassName
{
color: #F199AF;
}
</style>
background-color css
<style>
a { background-color: #F199AF; }
a { background-color: rgb(241,153,175); }
div.DivClassName
{
background-color: #F199AF;
}
.BgClassName
{
background-color: #F199AF;
}
</style>
border-color css
<style>
span { border-color: #F199AF; }
span { border-color: rgb(241,153,175); }
td.TdClassName
{
border-color: #F199AF;
}
.TagClassName
{
border-color: #F199AF;
}
</style>