Shades of Illusion #F992B3
Tints of Illusion #F992B3
RGB
CMYK
RGB Variations
Color information
#F992B3 (or 0xF992B3) is known color: Illusion. HEX triplet: F9, 92 and B3. RGB value is (249,146,179). Sum of RGB (Red+Green+Blue) = 249+146+179=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F992B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992B3 is #066D4C. Grayscale: #B4B4B4. Windows color (decimal): -421197 or 11768569. OLE color: 11768569.
HSL color Cylindrical-coordinate representation of color #F992B3: hue angle of 340.78º 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 #F992B3 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 179 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.02 |
| HSL | 340.78º | 0.9% | 0.77% | - |
| HSV(B) | 340.78º | 0.41% | 0.98% | - |
| XYZ | 57.48 | 43.95 | 48.1 | - |
| YUV | 180.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 179 | 0 | 0.41 | 0.28 | 0.02 | 340.78 | 0.9 | 0.77 |
| Hex | F9 | 92 | B3 | 0 | 29 | 1C | 2 | 155 | 5A | 4D |
| Octal | 371 | 222 | 263 | 0 | 51 | 34 | 2 | 525 | 132 | 115 |
| Binary | 11111001 | 10010010 | 10110011 | 0 | 101001 | 11100 | 10 | 101010101 | 1011010 | 1001101 |
Color Harmonies of #F992B3
Complementary color
Monochromatic Colors of #F992B3
Black with #F992B3
Text Example
Text Example
White with #F992B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992B3; }
p { color: rgb(249,146,179); }
H1.HeaderClassName
{
color: #F992B3;
}
.AnyTagClassName
{
color: #F992B3;
}
</style>
background-color css
<style>
a { background-color: #F992B3; }
a { background-color: rgb(249,146,179); }
div.DivClassName
{
background-color: #F992B3;
}
.BgClassName
{
background-color: #F992B3;
}
</style>
border-color css
<style>
span { border-color: #F992B3; }
span { border-color: rgb(249,146,179); }
td.TdClassName
{
border-color: #F992B3;
}
.TagClassName
{
border-color: #F992B3;
}
</style>