Shades of Illusion #F298B9
Tints of Illusion #F298B9
RGB
CMYK
RGB Variations
Color information
#F298B9 (or 0xF298B9) is known color: Illusion. HEX triplet: F2, 98 and B9. RGB value is (242,152,185). Sum of RGB (Red+Green+Blue) = 242+152+185=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F298B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298B9 is #0D6746. Grayscale: #B6B6B6. Windows color (decimal): -878407 or 12163314. OLE color: 12163314.
HSL color Cylindrical-coordinate representation of color #F298B9: hue angle of 338º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298B9 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 185 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.05 |
| HSL | 338º | 0.78% | 0.77% | - |
| HSV(B) | 338º | 0.37% | 0.95% | - |
| XYZ | 56.6 | 44.84 | 51.57 | - |
| YUV | 182.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 185 | 0 | 0.37 | 0.24 | 0.05 | 338 | 0.78 | 0.77 |
| Hex | F2 | 98 | B9 | 0 | 25 | 18 | 5 | 152 | 4E | 4D |
| Octal | 362 | 230 | 271 | 0 | 45 | 30 | 5 | 522 | 116 | 115 |
| Binary | 11110010 | 10011000 | 10111001 | 0 | 100101 | 11000 | 101 | 101010010 | 1001110 | 1001101 |
Color Harmonies of #F298B9
Complementary color
Monochromatic Colors of #F298B9
Black with #F298B9
Text Example
Text Example
White with #F298B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298B9; }
p { color: rgb(242,152,185); }
H1.HeaderClassName
{
color: #F298B9;
}
.AnyTagClassName
{
color: #F298B9;
}
</style>
background-color css
<style>
a { background-color: #F298B9; }
a { background-color: rgb(242,152,185); }
div.DivClassName
{
background-color: #F298B9;
}
.BgClassName
{
background-color: #F298B9;
}
</style>
border-color css
<style>
span { border-color: #F298B9; }
span { border-color: rgb(242,152,185); }
td.TdClassName
{
border-color: #F298B9;
}
.TagClassName
{
border-color: #F298B9;
}
</style>