Shades of Illusion #F294B8
Tints of Illusion #F294B8
RGB
CMYK
RGB Variations
Color information
#F294B8 (or 0xF294B8) is known color: Illusion. HEX triplet: F2, 94 and B8. RGB value is (242,148,184). Sum of RGB (Red+Green+Blue) = 242+148+184=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F294B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294B8 is #0D6B47. Grayscale: #B4B4B4. Windows color (decimal): -879432 or 12096754. OLE color: 12096754.
HSL color Cylindrical-coordinate representation of color #F294B8: hue angle of 337.02º 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 #F294B8 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 184 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.05 |
| HSL | 337.02º | 0.78% | 0.76% | - |
| HSV(B) | 337.02º | 0.39% | 0.95% | - |
| XYZ | 55.86 | 43.52 | 50.8 | - |
| YUV | 180.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 184 | 0 | 0.39 | 0.24 | 0.05 | 337.02 | 0.78 | 0.76 |
| Hex | F2 | 94 | B8 | 0 | 27 | 18 | 5 | 151 | 4E | 4C |
| Octal | 362 | 224 | 270 | 0 | 47 | 30 | 5 | 521 | 116 | 114 |
| Binary | 11110010 | 10010100 | 10111000 | 0 | 100111 | 11000 | 101 | 101010001 | 1001110 | 1001100 |
Color Harmonies of #F294B8
Complementary color
Monochromatic Colors of #F294B8
Black with #F294B8
Text Example
Text Example
White with #F294B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294B8; }
p { color: rgb(242,148,184); }
H1.HeaderClassName
{
color: #F294B8;
}
.AnyTagClassName
{
color: #F294B8;
}
</style>
background-color css
<style>
a { background-color: #F294B8; }
a { background-color: rgb(242,148,184); }
div.DivClassName
{
background-color: #F294B8;
}
.BgClassName
{
background-color: #F294B8;
}
</style>
border-color css
<style>
span { border-color: #F294B8; }
span { border-color: rgb(242,148,184); }
td.TdClassName
{
border-color: #F294B8;
}
.TagClassName
{
border-color: #F294B8;
}
</style>