Shades of Illusion #F993B7
Tints of Illusion #F993B7
RGB
CMYK
RGB Variations
Color information
#F993B7 (or 0xF993B7) is known color: Illusion. HEX triplet: F9, 93 and B7. RGB value is (249,147,183). Sum of RGB (Red+Green+Blue) = 249+147+183=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F993B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993B7 is #066C48. Grayscale: #B5B5B5. Windows color (decimal): -420937 or 12030969. OLE color: 12030969.
HSL color Cylindrical-coordinate representation of color #F993B7: hue angle of 338.82º 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 #F993B7 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 183 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.02 |
| HSL | 338.82º | 0.89% | 0.78% | - |
| HSV(B) | 338.82º | 0.41% | 0.98% | - |
| XYZ | 58.05 | 44.43 | 50.32 | - |
| YUV | 181.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 183 | 0 | 0.41 | 0.27 | 0.02 | 338.82 | 0.89 | 0.78 |
| Hex | F9 | 93 | B7 | 0 | 29 | 1B | 2 | 153 | 59 | 4E |
| Octal | 371 | 223 | 267 | 0 | 51 | 33 | 2 | 523 | 131 | 116 |
| Binary | 11111001 | 10010011 | 10110111 | 0 | 101001 | 11011 | 10 | 101010011 | 1011001 | 1001110 |
Color Harmonies of #F993B7
Complementary color
Monochromatic Colors of #F993B7
Black with #F993B7
Text Example
Text Example
White with #F993B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993B7; }
p { color: rgb(249,147,183); }
H1.HeaderClassName
{
color: #F993B7;
}
.AnyTagClassName
{
color: #F993B7;
}
</style>
background-color css
<style>
a { background-color: #F993B7; }
a { background-color: rgb(249,147,183); }
div.DivClassName
{
background-color: #F993B7;
}
.BgClassName
{
background-color: #F993B7;
}
</style>
border-color css
<style>
span { border-color: #F993B7; }
span { border-color: rgb(249,147,183); }
td.TdClassName
{
border-color: #F993B7;
}
.TagClassName
{
border-color: #F993B7;
}
</style>