Shades of Illusion #F294B4
Tints of Illusion #F294B4
RGB
CMYK
RGB Variations
Color information
#F294B4 (or 0xF294B4) is known color: Illusion. HEX triplet: F2, 94 and B4. RGB value is (242,148,180). Sum of RGB (Red+Green+Blue) = 242+148+180=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F294B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294B4 is #0D6B4B. Grayscale: #B3B3B3. Windows color (decimal): -879436 or 11834610. OLE color: 11834610.
HSL color Cylindrical-coordinate representation of color #F294B4: hue angle of 339.57º 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 #F294B4 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 180 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.05 |
| HSL | 339.57º | 0.78% | 0.76% | - |
| HSV(B) | 339.57º | 0.39% | 0.95% | - |
| XYZ | 55.45 | 43.35 | 48.63 | - |
| YUV | 179.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 180 | 0 | 0.39 | 0.26 | 0.05 | 339.57 | 0.78 | 0.76 |
| Hex | F2 | 94 | B4 | 0 | 27 | 1A | 5 | 154 | 4E | 4C |
| Octal | 362 | 224 | 264 | 0 | 47 | 32 | 5 | 524 | 116 | 114 |
| Binary | 11110010 | 10010100 | 10110100 | 0 | 100111 | 11010 | 101 | 101010100 | 1001110 | 1001100 |
Color Harmonies of #F294B4
Complementary color
Monochromatic Colors of #F294B4
Black with #F294B4
Text Example
Text Example
White with #F294B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294B4; }
p { color: rgb(242,148,180); }
H1.HeaderClassName
{
color: #F294B4;
}
.AnyTagClassName
{
color: #F294B4;
}
</style>
background-color css
<style>
a { background-color: #F294B4; }
a { background-color: rgb(242,148,180); }
div.DivClassName
{
background-color: #F294B4;
}
.BgClassName
{
background-color: #F294B4;
}
</style>
border-color css
<style>
span { border-color: #F294B4; }
span { border-color: rgb(242,148,180); }
td.TdClassName
{
border-color: #F294B4;
}
.TagClassName
{
border-color: #F294B4;
}
</style>