Shades of Illusion #F994B0
Tints of Illusion #F994B0
RGB
CMYK
RGB Variations
Color information
#F994B0 (or 0xF994B0) is known color: Illusion. HEX triplet: F9, 94 and B0. RGB value is (249,148,176). Sum of RGB (Red+Green+Blue) = 249+148+176=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F994B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F994B0 is #066B4F. Grayscale: #B5B5B5. Windows color (decimal): -420688 or 11572473. OLE color: 11572473.
HSL color Cylindrical-coordinate representation of color #F994B0: hue angle of 343.37º 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 #F994B0 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 176 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.02 |
| HSL | 343.37º | 0.89% | 0.78% | - |
| HSV(B) | 343.37º | 0.41% | 0.98% | - |
| XYZ | 57.49 | 44.45 | 46.62 | - |
| YUV | 181.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 176 | 0 | 0.41 | 0.29 | 0.02 | 343.37 | 0.89 | 0.78 |
| Hex | F9 | 94 | B0 | 0 | 29 | 1D | 2 | 157 | 59 | 4E |
| Octal | 371 | 224 | 260 | 0 | 51 | 35 | 2 | 527 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10110000 | 0 | 101001 | 11101 | 10 | 101010111 | 1011001 | 1001110 |
Color Harmonies of #F994B0
Complementary color
Monochromatic Colors of #F994B0
Black with #F994B0
Text Example
Text Example
White with #F994B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994B0; }
p { color: rgb(249,148,176); }
H1.HeaderClassName
{
color: #F994B0;
}
.AnyTagClassName
{
color: #F994B0;
}
</style>
background-color css
<style>
a { background-color: #F994B0; }
a { background-color: rgb(249,148,176); }
div.DivClassName
{
background-color: #F994B0;
}
.BgClassName
{
background-color: #F994B0;
}
</style>
border-color css
<style>
span { border-color: #F994B0; }
span { border-color: rgb(249,148,176); }
td.TdClassName
{
border-color: #F994B0;
}
.TagClassName
{
border-color: #F994B0;
}
</style>