Shades of Illusion #F695AD
Tints of Illusion #F695AD
RGB
CMYK
RGB Variations
Color information
#F695AD (or 0xF695AD) is known color: Illusion. HEX triplet: F6, 95 and AD. RGB value is (246,149,173). Sum of RGB (Red+Green+Blue) = 246+149+173=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F695AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695AD is #096A52. Grayscale: #B4B4B4. Windows color (decimal): -617043 or 11376118. OLE color: 11376118.
HSL color Cylindrical-coordinate representation of color #F695AD: hue angle of 345.15º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695AD is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 173 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.04 |
| HSL | 345.15º | 0.84% | 0.77% | - |
| HSV(B) | 345.15º | 0.39% | 0.96% | - |
| XYZ | 56.3 | 44.1 | 45.08 | - |
| YUV | 180.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 173 | 0 | 0.39 | 0.30 | 0.04 | 345.15 | 0.84 | 0.77 |
| Hex | F6 | 95 | AD | 0 | 27 | 1E | 4 | 159 | 54 | 4D |
| Octal | 366 | 225 | 255 | 0 | 47 | 36 | 4 | 531 | 124 | 115 |
| Binary | 11110110 | 10010101 | 10101101 | 0 | 100111 | 11110 | 100 | 101011001 | 1010100 | 1001101 |
Color Harmonies of #F695AD
Complementary color
Monochromatic Colors of #F695AD
Black with #F695AD
Text Example
Text Example
White with #F695AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695AD; }
p { color: rgb(246,149,173); }
H1.HeaderClassName
{
color: #F695AD;
}
.AnyTagClassName
{
color: #F695AD;
}
</style>
background-color css
<style>
a { background-color: #F695AD; }
a { background-color: rgb(246,149,173); }
div.DivClassName
{
background-color: #F695AD;
}
.BgClassName
{
background-color: #F695AD;
}
</style>
border-color css
<style>
span { border-color: #F695AD; }
span { border-color: rgb(246,149,173); }
td.TdClassName
{
border-color: #F695AD;
}
.TagClassName
{
border-color: #F695AD;
}
</style>