Shades of Illusion #F294AC
Tints of Illusion #F294AC
RGB
CMYK
RGB Variations
Color information
#F294AC (or 0xF294AC) is known color: Illusion. HEX triplet: F2, 94 and AC. RGB value is (242,148,172). Sum of RGB (Red+Green+Blue) = 242+148+172=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F294AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F294AC is #0D6B53. Grayscale: #B2B2B2. Windows color (decimal): -879444 or 11310322. OLE color: 11310322.
HSL color Cylindrical-coordinate representation of color #F294AC: hue angle of 344.68º degrees, saturation: 0.78, 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 #F294AC is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 172 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 344.68º | 0.78% | 0.76% | - |
| HSV(B) | 344.68º | 0.39% | 0.95% | - |
| XYZ | 54.65 | 43.04 | 44.46 | - |
| YUV | 178.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 172 | 0 | 0.39 | 0.29 | 0.05 | 344.68 | 0.78 | 0.76 |
| Hex | F2 | 94 | AC | 0 | 27 | 1D | 5 | 159 | 4E | 4C |
| Octal | 362 | 224 | 254 | 0 | 47 | 35 | 5 | 531 | 116 | 114 |
| Binary | 11110010 | 10010100 | 10101100 | 0 | 100111 | 11101 | 101 | 101011001 | 1001110 | 1001100 |
Color Harmonies of #F294AC
Complementary color
Monochromatic Colors of #F294AC
Black with #F294AC
Text Example
Text Example
White with #F294AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294AC; }
p { color: rgb(242,148,172); }
H1.HeaderClassName
{
color: #F294AC;
}
.AnyTagClassName
{
color: #F294AC;
}
</style>
background-color css
<style>
a { background-color: #F294AC; }
a { background-color: rgb(242,148,172); }
div.DivClassName
{
background-color: #F294AC;
}
.BgClassName
{
background-color: #F294AC;
}
</style>
border-color css
<style>
span { border-color: #F294AC; }
span { border-color: rgb(242,148,172); }
td.TdClassName
{
border-color: #F294AC;
}
.TagClassName
{
border-color: #F294AC;
}
</style>