Shades of Illusion #F992B5
Tints of Illusion #F992B5
RGB
CMYK
RGB Variations
Color information
#F992B5 (or 0xF992B5) is known color: Illusion. HEX triplet: F9, 92 and B5. RGB value is (249,146,181). Sum of RGB (Red+Green+Blue) = 249+146+181=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F992B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992B5 is #066D4A. Grayscale: #B4B4B4. Windows color (decimal): -421195 or 11899641. OLE color: 11899641.
HSL color Cylindrical-coordinate representation of color #F992B5: hue angle of 339.61º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992B5 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 181 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.02 |
| HSL | 339.61º | 0.9% | 0.77% | - |
| HSV(B) | 339.61º | 0.41% | 0.98% | - |
| XYZ | 57.69 | 44.03 | 49.18 | - |
| YUV | 180.79 | 128.12 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 181 | 0 | 0.41 | 0.27 | 0.02 | 339.61 | 0.9 | 0.77 |
| Hex | F9 | 92 | B5 | 0 | 29 | 1B | 2 | 154 | 5A | 4D |
| Octal | 371 | 222 | 265 | 0 | 51 | 33 | 2 | 524 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10110101 | 0 | 101001 | 11011 | 10 | 101010100 | 1011010 | 1001101 |
Color Harmonies of #F992B5
Complementary color
Monochromatic Colors of #F992B5
Black with #F992B5
Text Example
Text Example
White with #F992B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992B5; }
p { color: rgb(249,146,181); }
H1.HeaderClassName
{
color: #F992B5;
}
.AnyTagClassName
{
color: #F992B5;
}
</style>
background-color css
<style>
a { background-color: #F992B5; }
a { background-color: rgb(249,146,181); }
div.DivClassName
{
background-color: #F992B5;
}
.BgClassName
{
background-color: #F992B5;
}
</style>
border-color css
<style>
span { border-color: #F992B5; }
span { border-color: rgb(249,146,181); }
td.TdClassName
{
border-color: #F992B5;
}
.TagClassName
{
border-color: #F992B5;
}
</style>