Shades of Illusion #F299B3
Tints of Illusion #F299B3
RGB
CMYK
RGB Variations
Color information
#F299B3 (or 0xF299B3) is known color: Illusion. HEX triplet: F2, 99 and B3. RGB value is (242,153,179). Sum of RGB (Red+Green+Blue) = 242+153+179=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F299B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299B3 is #0D664C. Grayscale: #B6B6B6. Windows color (decimal): -878157 or 11770354. OLE color: 11770354.
HSL color Cylindrical-coordinate representation of color #F299B3: hue angle of 342.47º 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 #F299B3 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 179 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.05 |
| HSL | 342.47º | 0.77% | 0.77% | - |
| HSV(B) | 342.47º | 0.37% | 0.95% | - |
| XYZ | 56.15 | 44.91 | 48.36 | - |
| YUV | 182.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 179 | 0 | 0.37 | 0.26 | 0.05 | 342.47 | 0.77 | 0.77 |
| Hex | F2 | 99 | B3 | 0 | 25 | 1A | 5 | 156 | 4D | 4D |
| Octal | 362 | 231 | 263 | 0 | 45 | 32 | 5 | 526 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10110011 | 0 | 100101 | 11010 | 101 | 101010110 | 1001101 | 1001101 |
Color Harmonies of #F299B3
Complementary color
Monochromatic Colors of #F299B3
Black with #F299B3
Text Example
Text Example
White with #F299B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299B3; }
p { color: rgb(242,153,179); }
H1.HeaderClassName
{
color: #F299B3;
}
.AnyTagClassName
{
color: #F299B3;
}
</style>
background-color css
<style>
a { background-color: #F299B3; }
a { background-color: rgb(242,153,179); }
div.DivClassName
{
background-color: #F299B3;
}
.BgClassName
{
background-color: #F299B3;
}
</style>
border-color css
<style>
span { border-color: #F299B3; }
span { border-color: rgb(242,153,179); }
td.TdClassName
{
border-color: #F299B3;
}
.TagClassName
{
border-color: #F299B3;
}
</style>