Shades of Illusion #F299AF
Tints of Illusion #F299AF
RGB
CMYK
RGB Variations
Color information
#F299AF (or 0xF299AF) is known color: Illusion. HEX triplet: F2, 99 and AF. RGB value is (242,153,175). Sum of RGB (Red+Green+Blue) = 242+153+175=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F299AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F299AF is #0D6650. Grayscale: #B6B6B6. Windows color (decimal): -878161 or 11508210. OLE color: 11508210.
HSL color Cylindrical-coordinate representation of color #F299AF: hue angle of 345.17º 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 #F299AF is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 175 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.05 |
| HSL | 345.17º | 0.77% | 0.77% | - |
| HSV(B) | 345.17º | 0.37% | 0.95% | - |
| XYZ | 55.75 | 44.75 | 46.26 | - |
| YUV | 182.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 175 | 0 | 0.37 | 0.28 | 0.05 | 345.17 | 0.77 | 0.77 |
| Hex | F2 | 99 | AF | 0 | 25 | 1C | 5 | 159 | 4D | 4D |
| Octal | 362 | 231 | 257 | 0 | 45 | 34 | 5 | 531 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10101111 | 0 | 100101 | 11100 | 101 | 101011001 | 1001101 | 1001101 |
Color Harmonies of #F299AF
Complementary color
Monochromatic Colors of #F299AF
Black with #F299AF
Text Example
Text Example
White with #F299AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299AF; }
p { color: rgb(242,153,175); }
H1.HeaderClassName
{
color: #F299AF;
}
.AnyTagClassName
{
color: #F299AF;
}
</style>
background-color css
<style>
a { background-color: #F299AF; }
a { background-color: rgb(242,153,175); }
div.DivClassName
{
background-color: #F299AF;
}
.BgClassName
{
background-color: #F299AF;
}
</style>
border-color css
<style>
span { border-color: #F299AF; }
span { border-color: rgb(242,153,175); }
td.TdClassName
{
border-color: #F299AF;
}
.TagClassName
{
border-color: #F299AF;
}
</style>