Shades of Illusion #F694AD
Tints of Illusion #F694AD
RGB
CMYK
RGB Variations
Color information
#F694AD (or 0xF694AD) is known color: Illusion. HEX triplet: F6, 94 and AD. RGB value is (246,148,173). Sum of RGB (Red+Green+Blue) = 246+148+173=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F694AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694AD is #096B52. Grayscale: #B4B4B4. Windows color (decimal): -617299 or 11375862. OLE color: 11375862.
HSL color Cylindrical-coordinate representation of color #F694AD: hue angle of 344.69º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694AD is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 173 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.04 |
| HSL | 344.69º | 0.84% | 0.77% | - |
| HSV(B) | 344.69º | 0.4% | 0.96% | - |
| XYZ | 56.14 | 43.79 | 45.03 | - |
| YUV | 180.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 173 | 0 | 0.40 | 0.30 | 0.04 | 344.69 | 0.84 | 0.77 |
| Hex | F6 | 94 | AD | 0 | 28 | 1E | 4 | 159 | 54 | 4D |
| Octal | 366 | 224 | 255 | 0 | 50 | 36 | 4 | 531 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10101101 | 0 | 101000 | 11110 | 100 | 101011001 | 1010100 | 1001101 |
Color Harmonies of #F694AD
Complementary color
Monochromatic Colors of #F694AD
Black with #F694AD
Text Example
Text Example
White with #F694AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694AD; }
p { color: rgb(246,148,173); }
H1.HeaderClassName
{
color: #F694AD;
}
.AnyTagClassName
{
color: #F694AD;
}
</style>
background-color css
<style>
a { background-color: #F694AD; }
a { background-color: rgb(246,148,173); }
div.DivClassName
{
background-color: #F694AD;
}
.BgClassName
{
background-color: #F694AD;
}
</style>
border-color css
<style>
span { border-color: #F694AD; }
span { border-color: rgb(246,148,173); }
td.TdClassName
{
border-color: #F694AD;
}
.TagClassName
{
border-color: #F694AD;
}
</style>