Shades of Illusion #F297B2
Tints of Illusion #F297B2
RGB
CMYK
RGB Variations
Color information
#F297B2 (or 0xF297B2) is known color: Illusion. HEX triplet: F2, 97 and B2. RGB value is (242,151,178). Sum of RGB (Red+Green+Blue) = 242+151+178=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F297B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F297B2 is #0D684D. Grayscale: #B5B5B5. Windows color (decimal): -878670 or 11704306. OLE color: 11704306.
HSL color Cylindrical-coordinate representation of color #F297B2: hue angle of 342.2º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F297B2 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 178 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.05 |
| HSL | 342.2º | 0.78% | 0.77% | - |
| HSV(B) | 342.2º | 0.38% | 0.95% | - |
| XYZ | 55.72 | 44.22 | 47.72 | - |
| YUV | 181.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 178 | 0 | 0.38 | 0.26 | 0.05 | 342.2 | 0.78 | 0.77 |
| Hex | F2 | 97 | B2 | 0 | 26 | 1A | 5 | 156 | 4E | 4D |
| Octal | 362 | 227 | 262 | 0 | 46 | 32 | 5 | 526 | 116 | 115 |
| Binary | 11110010 | 10010111 | 10110010 | 0 | 100110 | 11010 | 101 | 101010110 | 1001110 | 1001101 |
Color Harmonies of #F297B2
Complementary color
Monochromatic Colors of #F297B2
Black with #F297B2
Text Example
Text Example
White with #F297B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297B2; }
p { color: rgb(242,151,178); }
H1.HeaderClassName
{
color: #F297B2;
}
.AnyTagClassName
{
color: #F297B2;
}
</style>
background-color css
<style>
a { background-color: #F297B2; }
a { background-color: rgb(242,151,178); }
div.DivClassName
{
background-color: #F297B2;
}
.BgClassName
{
background-color: #F297B2;
}
</style>
border-color css
<style>
span { border-color: #F297B2; }
span { border-color: rgb(242,151,178); }
td.TdClassName
{
border-color: #F297B2;
}
.TagClassName
{
border-color: #F297B2;
}
</style>