Shades of Illusion #F190AD
Tints of Illusion #F190AD
RGB
CMYK
RGB Variations
Color information
#F190AD (or 0xF190AD) is known color: Illusion. HEX triplet: F1, 90 and AD. RGB value is (241,144,173). Sum of RGB (Red+Green+Blue) = 241+144+173=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F190AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190AD is #0E6F52. Grayscale: #B0B0B0. Windows color (decimal): -946003 or 11374833. OLE color: 11374833.
HSL color Cylindrical-coordinate representation of color #F190AD: hue angle of 342.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190AD is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 173 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.05 |
| HSL | 342.06º | 0.78% | 0.75% | - |
| HSV(B) | 342.06º | 0.4% | 0.95% | - |
| XYZ | 53.79 | 41.66 | 44.74 | - |
| YUV | 176.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 173 | 0 | 0.40 | 0.28 | 0.05 | 342.06 | 0.78 | 0.75 |
| Hex | F1 | 90 | AD | 0 | 28 | 1C | 5 | 156 | 4E | 4B |
| Octal | 361 | 220 | 255 | 0 | 50 | 34 | 5 | 526 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10101101 | 0 | 101000 | 11100 | 101 | 101010110 | 1001110 | 1001011 |
Color Harmonies of #F190AD
Complementary color
Monochromatic Colors of #F190AD
Black with #F190AD
Text Example
Text Example
White with #F190AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190AD; }
p { color: rgb(241,144,173); }
H1.HeaderClassName
{
color: #F190AD;
}
.AnyTagClassName
{
color: #F190AD;
}
</style>
background-color css
<style>
a { background-color: #F190AD; }
a { background-color: rgb(241,144,173); }
div.DivClassName
{
background-color: #F190AD;
}
.BgClassName
{
background-color: #F190AD;
}
</style>
border-color css
<style>
span { border-color: #F190AD; }
span { border-color: rgb(241,144,173); }
td.TdClassName
{
border-color: #F190AD;
}
.TagClassName
{
border-color: #F190AD;
}
</style>