Shades of Illusion #F293AD
Tints of Illusion #F293AD
RGB
CMYK
RGB Variations
Color information
#F293AD (or 0xF293AD) is known color: Illusion. HEX triplet: F2, 93 and AD. RGB value is (242,147,173). Sum of RGB (Red+Green+Blue) = 242+147+173=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F293AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293AD is #0D6C52. Grayscale: #B2B2B2. Windows color (decimal): -879699 or 11375602. OLE color: 11375602.
HSL color Cylindrical-coordinate representation of color #F293AD: hue angle of 343.58º degrees, saturation: 0.79, 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 #F293AD is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 173 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 343.58º | 0.79% | 0.76% | - |
| HSV(B) | 343.58º | 0.39% | 0.95% | - |
| XYZ | 54.59 | 42.76 | 44.91 | - |
| YUV | 178.37 | 124.97 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 173 | 0 | 0.39 | 0.29 | 0.05 | 343.58 | 0.79 | 0.76 |
| Hex | F2 | 93 | AD | 0 | 27 | 1D | 5 | 158 | 4F | 4C |
| Octal | 362 | 223 | 255 | 0 | 47 | 35 | 5 | 530 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10101101 | 0 | 100111 | 11101 | 101 | 101011000 | 1001111 | 1001100 |
Color Harmonies of #F293AD
Complementary color
Monochromatic Colors of #F293AD
Black with #F293AD
Text Example
Text Example
White with #F293AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293AD; }
p { color: rgb(242,147,173); }
H1.HeaderClassName
{
color: #F293AD;
}
.AnyTagClassName
{
color: #F293AD;
}
</style>
background-color css
<style>
a { background-color: #F293AD; }
a { background-color: rgb(242,147,173); }
div.DivClassName
{
background-color: #F293AD;
}
.BgClassName
{
background-color: #F293AD;
}
</style>
border-color css
<style>
span { border-color: #F293AD; }
span { border-color: rgb(242,147,173); }
td.TdClassName
{
border-color: #F293AD;
}
.TagClassName
{
border-color: #F293AD;
}
</style>