Shades of Illusion #F994B7
Tints of Illusion #F994B7
RGB
CMYK
RGB Variations
Color information
#F994B7 (or 0xF994B7) is known color: Illusion. HEX triplet: F9, 94 and B7. RGB value is (249,148,183). Sum of RGB (Red+Green+Blue) = 249+148+183=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F994B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994B7 is #066B48. Grayscale: #B6B6B6. Windows color (decimal): -420681 or 12031225. OLE color: 12031225.
HSL color Cylindrical-coordinate representation of color #F994B7: hue angle of 339.21º 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 #F994B7 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 183 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.02 |
| HSL | 339.21º | 0.89% | 0.78% | - |
| HSV(B) | 339.21º | 0.41% | 0.98% | - |
| XYZ | 58.2 | 44.74 | 50.37 | - |
| YUV | 182.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 183 | 0 | 0.41 | 0.27 | 0.02 | 339.21 | 0.89 | 0.78 |
| Hex | F9 | 94 | B7 | 0 | 29 | 1B | 2 | 153 | 59 | 4E |
| Octal | 371 | 224 | 267 | 0 | 51 | 33 | 2 | 523 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10110111 | 0 | 101001 | 11011 | 10 | 101010011 | 1011001 | 1001110 |
Color Harmonies of #F994B7
Complementary color
Monochromatic Colors of #F994B7
Black with #F994B7
Text Example
Text Example
White with #F994B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994B7; }
p { color: rgb(249,148,183); }
H1.HeaderClassName
{
color: #F994B7;
}
.AnyTagClassName
{
color: #F994B7;
}
</style>
background-color css
<style>
a { background-color: #F994B7; }
a { background-color: rgb(249,148,183); }
div.DivClassName
{
background-color: #F994B7;
}
.BgClassName
{
background-color: #F994B7;
}
</style>
border-color css
<style>
span { border-color: #F994B7; }
span { border-color: rgb(249,148,183); }
td.TdClassName
{
border-color: #F994B7;
}
.TagClassName
{
border-color: #F994B7;
}
</style>