Shades of Illusion #F395AD
Tints of Illusion #F395AD
RGB
CMYK
RGB Variations
Color information
#F395AD (or 0xF395AD) is known color: Illusion. HEX triplet: F3, 95 and AD. RGB value is (243,149,173). Sum of RGB (Red+Green+Blue) = 243+149+173=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F395AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F395AD is #0C6A52. Grayscale: #B3B3B3. Windows color (decimal): -813651 or 11376115. OLE color: 11376115.
HSL color Cylindrical-coordinate representation of color #F395AD: hue angle of 344.68º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395AD is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 173 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 344.68º | 0.8% | 0.77% | - |
| HSV(B) | 344.68º | 0.39% | 0.95% | - |
| XYZ | 55.25 | 43.57 | 45.03 | - |
| YUV | 179.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 173 | 0 | 0.39 | 0.29 | 0.05 | 344.68 | 0.8 | 0.77 |
| Hex | F3 | 95 | AD | 0 | 27 | 1D | 5 | 159 | 50 | 4D |
| Octal | 363 | 225 | 255 | 0 | 47 | 35 | 5 | 531 | 120 | 115 |
| Binary | 11110011 | 10010101 | 10101101 | 0 | 100111 | 11101 | 101 | 101011001 | 1010000 | 1001101 |
Color Harmonies of #F395AD
Complementary color
Monochromatic Colors of #F395AD
Black with #F395AD
Text Example
Text Example
White with #F395AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395AD; }
p { color: rgb(243,149,173); }
H1.HeaderClassName
{
color: #F395AD;
}
.AnyTagClassName
{
color: #F395AD;
}
</style>
background-color css
<style>
a { background-color: #F395AD; }
a { background-color: rgb(243,149,173); }
div.DivClassName
{
background-color: #F395AD;
}
.BgClassName
{
background-color: #F395AD;
}
</style>
border-color css
<style>
span { border-color: #F395AD; }
span { border-color: rgb(243,149,173); }
td.TdClassName
{
border-color: #F395AD;
}
.TagClassName
{
border-color: #F395AD;
}
</style>