Shades of Illusion #F299B2
Tints of Illusion #F299B2
RGB
CMYK
RGB Variations
Color information
#F299B2 (or 0xF299B2) is known color: Illusion. HEX triplet: F2, 99 and B2. RGB value is (242,153,178). Sum of RGB (Red+Green+Blue) = 242+153+178=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F299B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299B2 is #0D664D. Grayscale: #B6B6B6. Windows color (decimal): -878158 or 11704818. OLE color: 11704818.
HSL color Cylindrical-coordinate representation of color #F299B2: hue angle of 343.15º 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 #F299B2 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 178 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.05 |
| HSL | 343.15º | 0.77% | 0.77% | - |
| HSV(B) | 343.15º | 0.37% | 0.95% | - |
| XYZ | 56.05 | 44.87 | 47.83 | - |
| YUV | 182.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 178 | 0 | 0.37 | 0.26 | 0.05 | 343.15 | 0.77 | 0.77 |
| Hex | F2 | 99 | B2 | 0 | 25 | 1A | 5 | 157 | 4D | 4D |
| Octal | 362 | 231 | 262 | 0 | 45 | 32 | 5 | 527 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10110010 | 0 | 100101 | 11010 | 101 | 101010111 | 1001101 | 1001101 |
Color Harmonies of #F299B2
Complementary color
Monochromatic Colors of #F299B2
Black with #F299B2
Text Example
Text Example
White with #F299B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299B2; }
p { color: rgb(242,153,178); }
H1.HeaderClassName
{
color: #F299B2;
}
.AnyTagClassName
{
color: #F299B2;
}
</style>
background-color css
<style>
a { background-color: #F299B2; }
a { background-color: rgb(242,153,178); }
div.DivClassName
{
background-color: #F299B2;
}
.BgClassName
{
background-color: #F299B2;
}
</style>
border-color css
<style>
span { border-color: #F299B2; }
span { border-color: rgb(242,153,178); }
td.TdClassName
{
border-color: #F299B2;
}
.TagClassName
{
border-color: #F299B2;
}
</style>