Shades of Illusion #F193AD
Tints of Illusion #F193AD
RGB
CMYK
RGB Variations
Color information
#F193AD (or 0xF193AD) is known color: Illusion. HEX triplet: F1, 93 and AD. RGB value is (241,147,173). Sum of RGB (Red+Green+Blue) = 241+147+173=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F193AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F193AD is #0E6C52. Grayscale: #B2B2B2. Windows color (decimal): -945235 or 11375601. OLE color: 11375601.
HSL color Cylindrical-coordinate representation of color #F193AD: hue angle of 343.4º 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 #F193AD is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 173 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.05 |
| HSL | 343.4º | 0.77% | 0.76% | - |
| HSV(B) | 343.4º | 0.39% | 0.95% | - |
| XYZ | 54.25 | 42.59 | 44.9 | - |
| YUV | 178.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 173 | 0 | 0.39 | 0.28 | 0.05 | 343.4 | 0.77 | 0.76 |
| Hex | F1 | 93 | AD | 0 | 27 | 1C | 5 | 157 | 4D | 4C |
| Octal | 361 | 223 | 255 | 0 | 47 | 34 | 5 | 527 | 115 | 114 |
| Binary | 11110001 | 10010011 | 10101101 | 0 | 100111 | 11100 | 101 | 101010111 | 1001101 | 1001100 |
Color Harmonies of #F193AD
Complementary color
Monochromatic Colors of #F193AD
Black with #F193AD
Text Example
Text Example
White with #F193AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193AD; }
p { color: rgb(241,147,173); }
H1.HeaderClassName
{
color: #F193AD;
}
.AnyTagClassName
{
color: #F193AD;
}
</style>
background-color css
<style>
a { background-color: #F193AD; }
a { background-color: rgb(241,147,173); }
div.DivClassName
{
background-color: #F193AD;
}
.BgClassName
{
background-color: #F193AD;
}
</style>
border-color css
<style>
span { border-color: #F193AD; }
span { border-color: rgb(241,147,173); }
td.TdClassName
{
border-color: #F193AD;
}
.TagClassName
{
border-color: #F193AD;
}
</style>