Shades of Illusion #F396AD
Tints of Illusion #F396AD
RGB
CMYK
RGB Variations
Color information
#F396AD (or 0xF396AD) is known color: Illusion. HEX triplet: F3, 96 and AD. RGB value is (243,150,173). Sum of RGB (Red+Green+Blue) = 243+150+173=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F396AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F396AD is #0C6952. Grayscale: #B4B4B4. Windows color (decimal): -813395 or 11376371. OLE color: 11376371.
HSL color Cylindrical-coordinate representation of color #F396AD: hue angle of 345.16º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F396AD is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 173 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.05 |
| HSL | 345.16º | 0.79% | 0.77% | - |
| HSV(B) | 345.16º | 0.38% | 0.95% | - |
| XYZ | 55.41 | 43.88 | 45.09 | - |
| YUV | 180.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 173 | 0 | 0.38 | 0.29 | 0.05 | 345.16 | 0.79 | 0.77 |
| Hex | F3 | 96 | AD | 0 | 26 | 1D | 5 | 159 | 4F | 4D |
| Octal | 363 | 226 | 255 | 0 | 46 | 35 | 5 | 531 | 117 | 115 |
| Binary | 11110011 | 10010110 | 10101101 | 0 | 100110 | 11101 | 101 | 101011001 | 1001111 | 1001101 |
Color Harmonies of #F396AD
Complementary color
Monochromatic Colors of #F396AD
Black with #F396AD
Text Example
Text Example
White with #F396AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F396AD; }
p { color: rgb(243,150,173); }
H1.HeaderClassName
{
color: #F396AD;
}
.AnyTagClassName
{
color: #F396AD;
}
</style>
background-color css
<style>
a { background-color: #F396AD; }
a { background-color: rgb(243,150,173); }
div.DivClassName
{
background-color: #F396AD;
}
.BgClassName
{
background-color: #F396AD;
}
</style>
border-color css
<style>
span { border-color: #F396AD; }
span { border-color: rgb(243,150,173); }
td.TdClassName
{
border-color: #F396AD;
}
.TagClassName
{
border-color: #F396AD;
}
</style>