Shades of Illusion #F299B9
Tints of Illusion #F299B9
RGB
CMYK
RGB Variations
Color information
#F299B9 (or 0xF299B9) is known color: Illusion. HEX triplet: F2, 99 and B9. RGB value is (242,153,185). Sum of RGB (Red+Green+Blue) = 242+153+185=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F299B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299B9 is #0D6646. Grayscale: #B7B7B7. Windows color (decimal): -878151 or 12163570. OLE color: 12163570.
HSL color Cylindrical-coordinate representation of color #F299B9: hue angle of 338.43º degrees, saturation: 0.77, 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 #F299B9 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 185 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.05 |
| HSL | 338.43º | 0.77% | 0.77% | - |
| HSV(B) | 338.43º | 0.37% | 0.95% | - |
| XYZ | 56.77 | 45.16 | 51.62 | - |
| YUV | 183.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 185 | 0 | 0.37 | 0.24 | 0.05 | 338.43 | 0.77 | 0.77 |
| Hex | F2 | 99 | B9 | 0 | 25 | 18 | 5 | 152 | 4D | 4D |
| Octal | 362 | 231 | 271 | 0 | 45 | 30 | 5 | 522 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10111001 | 0 | 100101 | 11000 | 101 | 101010010 | 1001101 | 1001101 |
Color Harmonies of #F299B9
Complementary color
Monochromatic Colors of #F299B9
Black with #F299B9
Text Example
Text Example
White with #F299B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299B9; }
p { color: rgb(242,153,185); }
H1.HeaderClassName
{
color: #F299B9;
}
.AnyTagClassName
{
color: #F299B9;
}
</style>
background-color css
<style>
a { background-color: #F299B9; }
a { background-color: rgb(242,153,185); }
div.DivClassName
{
background-color: #F299B9;
}
.BgClassName
{
background-color: #F299B9;
}
</style>
border-color css
<style>
span { border-color: #F299B9; }
span { border-color: rgb(242,153,185); }
td.TdClassName
{
border-color: #F299B9;
}
.TagClassName
{
border-color: #F299B9;
}
</style>