Shades of Illusion #F193AC
Tints of Illusion #F193AC
RGB
CMYK
RGB Variations
Color information
#F193AC (or 0xF193AC) is known color: Illusion. HEX triplet: F1, 93 and AC. RGB value is (241,147,172). Sum of RGB (Red+Green+Blue) = 241+147+172=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F193AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193AC is #0E6C53. Grayscale: #B1B1B1. Windows color (decimal): -945236 or 11310065. OLE color: 11310065.
HSL color Cylindrical-coordinate representation of color #F193AC: hue angle of 344.04º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F193AC is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 172 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 344.04º | 0.77% | 0.76% | - |
| HSV(B) | 344.04º | 0.39% | 0.95% | - |
| XYZ | 54.16 | 42.55 | 44.39 | - |
| YUV | 177.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 172 | 0 | 0.39 | 0.29 | 0.05 | 344.04 | 0.77 | 0.76 |
| Hex | F1 | 93 | AC | 0 | 27 | 1D | 5 | 158 | 4D | 4C |
| Octal | 361 | 223 | 254 | 0 | 47 | 35 | 5 | 530 | 115 | 114 |
| Binary | 11110001 | 10010011 | 10101100 | 0 | 100111 | 11101 | 101 | 101011000 | 1001101 | 1001100 |
Color Harmonies of #F193AC
Complementary color
Monochromatic Colors of #F193AC
Black with #F193AC
Text Example
Text Example
White with #F193AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193AC; }
p { color: rgb(241,147,172); }
H1.HeaderClassName
{
color: #F193AC;
}
.AnyTagClassName
{
color: #F193AC;
}
</style>
background-color css
<style>
a { background-color: #F193AC; }
a { background-color: rgb(241,147,172); }
div.DivClassName
{
background-color: #F193AC;
}
.BgClassName
{
background-color: #F193AC;
}
</style>
border-color css
<style>
span { border-color: #F193AC; }
span { border-color: rgb(241,147,172); }
td.TdClassName
{
border-color: #F193AC;
}
.TagClassName
{
border-color: #F193AC;
}
</style>