Shades of Illusion #F994B1
Tints of Illusion #F994B1
RGB
CMYK
RGB Variations
Color information
#F994B1 (or 0xF994B1) is known color: Illusion. HEX triplet: F9, 94 and B1. RGB value is (249,148,177). Sum of RGB (Red+Green+Blue) = 249+148+177=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F994B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F994B1 is #066B4E. Grayscale: #B5B5B5. Windows color (decimal): -420687 or 11638009. OLE color: 11638009.
HSL color Cylindrical-coordinate representation of color #F994B1: hue angle of 342.77º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994B1 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 177 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.02 |
| HSL | 342.77º | 0.89% | 0.78% | - |
| HSV(B) | 342.77º | 0.41% | 0.98% | - |
| XYZ | 57.59 | 44.49 | 47.15 | - |
| YUV | 181.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 177 | 0 | 0.41 | 0.29 | 0.02 | 342.77 | 0.89 | 0.78 |
| Hex | F9 | 94 | B1 | 0 | 29 | 1D | 2 | 157 | 59 | 4E |
| Octal | 371 | 224 | 261 | 0 | 51 | 35 | 2 | 527 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10110001 | 0 | 101001 | 11101 | 10 | 101010111 | 1011001 | 1001110 |
Color Harmonies of #F994B1
Complementary color
Monochromatic Colors of #F994B1
Black with #F994B1
Text Example
Text Example
White with #F994B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994B1; }
p { color: rgb(249,148,177); }
H1.HeaderClassName
{
color: #F994B1;
}
.AnyTagClassName
{
color: #F994B1;
}
</style>
background-color css
<style>
a { background-color: #F994B1; }
a { background-color: rgb(249,148,177); }
div.DivClassName
{
background-color: #F994B1;
}
.BgClassName
{
background-color: #F994B1;
}
</style>
border-color css
<style>
span { border-color: #F994B1; }
span { border-color: rgb(249,148,177); }
td.TdClassName
{
border-color: #F994B1;
}
.TagClassName
{
border-color: #F994B1;
}
</style>