Shades of Illusion #F295B2
Tints of Illusion #F295B2
RGB
CMYK
RGB Variations
Color information
#F295B2 (or 0xF295B2) is known color: Illusion. HEX triplet: F2, 95 and B2. RGB value is (242,149,178). Sum of RGB (Red+Green+Blue) = 242+149+178=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F295B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295B2 is #0D6A4D. Grayscale: #B4B4B4. Windows color (decimal): -879182 or 11703794. OLE color: 11703794.
HSL color Cylindrical-coordinate representation of color #F295B2: hue angle of 341.29º 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 #F295B2 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 178 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.05 |
| HSL | 341.29º | 0.78% | 0.77% | - |
| HSV(B) | 341.29º | 0.38% | 0.95% | - |
| XYZ | 55.4 | 43.59 | 47.61 | - |
| YUV | 180.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 178 | 0 | 0.38 | 0.26 | 0.05 | 341.29 | 0.78 | 0.77 |
| Hex | F2 | 95 | B2 | 0 | 26 | 1A | 5 | 155 | 4E | 4D |
| Octal | 362 | 225 | 262 | 0 | 46 | 32 | 5 | 525 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10110010 | 0 | 100110 | 11010 | 101 | 101010101 | 1001110 | 1001101 |
Color Harmonies of #F295B2
Complementary color
Monochromatic Colors of #F295B2
Black with #F295B2
Text Example
Text Example
White with #F295B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295B2; }
p { color: rgb(242,149,178); }
H1.HeaderClassName
{
color: #F295B2;
}
.AnyTagClassName
{
color: #F295B2;
}
</style>
background-color css
<style>
a { background-color: #F295B2; }
a { background-color: rgb(242,149,178); }
div.DivClassName
{
background-color: #F295B2;
}
.BgClassName
{
background-color: #F295B2;
}
</style>
border-color css
<style>
span { border-color: #F295B2; }
span { border-color: rgb(242,149,178); }
td.TdClassName
{
border-color: #F295B2;
}
.TagClassName
{
border-color: #F295B2;
}
</style>