Shades of Illusion #F295AF
Tints of Illusion #F295AF
RGB
CMYK
RGB Variations
Color information
#F295AF (or 0xF295AF) is known color: Illusion. HEX triplet: F2, 95 and AF. RGB value is (242,149,175). Sum of RGB (Red+Green+Blue) = 242+149+175=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F295AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F295AF is #0D6A50. Grayscale: #B3B3B3. Windows color (decimal): -879185 or 11507186. OLE color: 11507186.
HSL color Cylindrical-coordinate representation of color #F295AF: hue angle of 343.23º 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 #F295AF is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 175 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.05 |
| HSL | 343.23º | 0.78% | 0.77% | - |
| HSV(B) | 343.23º | 0.38% | 0.95% | - |
| XYZ | 55.1 | 43.47 | 46.04 | - |
| YUV | 179.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 175 | 0 | 0.38 | 0.28 | 0.05 | 343.23 | 0.78 | 0.77 |
| Hex | F2 | 95 | AF | 0 | 26 | 1C | 5 | 157 | 4E | 4D |
| Octal | 362 | 225 | 257 | 0 | 46 | 34 | 5 | 527 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10101111 | 0 | 100110 | 11100 | 101 | 101010111 | 1001110 | 1001101 |
Color Harmonies of #F295AF
Complementary color
Monochromatic Colors of #F295AF
Black with #F295AF
Text Example
Text Example
White with #F295AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295AF; }
p { color: rgb(242,149,175); }
H1.HeaderClassName
{
color: #F295AF;
}
.AnyTagClassName
{
color: #F295AF;
}
</style>
background-color css
<style>
a { background-color: #F295AF; }
a { background-color: rgb(242,149,175); }
div.DivClassName
{
background-color: #F295AF;
}
.BgClassName
{
background-color: #F295AF;
}
</style>
border-color css
<style>
span { border-color: #F295AF; }
span { border-color: rgb(242,149,175); }
td.TdClassName
{
border-color: #F295AF;
}
.TagClassName
{
border-color: #F295AF;
}
</style>