Shades of Illusion #F294B5
Tints of Illusion #F294B5
RGB
CMYK
RGB Variations
Color information
#F294B5 (or 0xF294B5) is known color: Illusion. HEX triplet: F2, 94 and B5. RGB value is (242,148,181). Sum of RGB (Red+Green+Blue) = 242+148+181=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F294B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294B5 is #0D6B4A. Grayscale: #B3B3B3. Windows color (decimal): -879435 or 11900146. OLE color: 11900146.
HSL color Cylindrical-coordinate representation of color #F294B5: hue angle of 338.94º 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 #F294B5 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 181 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.05 |
| HSL | 338.94º | 0.78% | 0.76% | - |
| HSV(B) | 338.94º | 0.39% | 0.95% | - |
| XYZ | 55.55 | 43.39 | 49.16 | - |
| YUV | 179.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 181 | 0 | 0.39 | 0.25 | 0.05 | 338.94 | 0.78 | 0.76 |
| Hex | F2 | 94 | B5 | 0 | 27 | 19 | 5 | 153 | 4E | 4C |
| Octal | 362 | 224 | 265 | 0 | 47 | 31 | 5 | 523 | 116 | 114 |
| Binary | 11110010 | 10010100 | 10110101 | 0 | 100111 | 11001 | 101 | 101010011 | 1001110 | 1001100 |
Color Harmonies of #F294B5
Complementary color
Monochromatic Colors of #F294B5
Black with #F294B5
Text Example
Text Example
White with #F294B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294B5; }
p { color: rgb(242,148,181); }
H1.HeaderClassName
{
color: #F294B5;
}
.AnyTagClassName
{
color: #F294B5;
}
</style>
background-color css
<style>
a { background-color: #F294B5; }
a { background-color: rgb(242,148,181); }
div.DivClassName
{
background-color: #F294B5;
}
.BgClassName
{
background-color: #F294B5;
}
</style>
border-color css
<style>
span { border-color: #F294B5; }
span { border-color: rgb(242,148,181); }
td.TdClassName
{
border-color: #F294B5;
}
.TagClassName
{
border-color: #F294B5;
}
</style>