Shades of Illusion #F993B5
Tints of Illusion #F993B5
RGB
CMYK
RGB Variations
Color information
#F993B5 (or 0xF993B5) is known color: Illusion. HEX triplet: F9, 93 and B5. RGB value is (249,147,181). Sum of RGB (Red+Green+Blue) = 249+147+181=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F993B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993B5 is #066C4A. Grayscale: #B5B5B5. Windows color (decimal): -420939 or 11899897. OLE color: 11899897.
HSL color Cylindrical-coordinate representation of color #F993B5: hue angle of 340º 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 #F993B5 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 181 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.02 |
| HSL | 340º | 0.89% | 0.78% | - |
| HSV(B) | 340º | 0.41% | 0.98% | - |
| XYZ | 57.84 | 44.34 | 49.23 | - |
| YUV | 181.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 181 | 0 | 0.41 | 0.27 | 0.02 | 340 | 0.89 | 0.78 |
| Hex | F9 | 93 | B5 | 0 | 29 | 1B | 2 | 154 | 59 | 4E |
| Octal | 371 | 223 | 265 | 0 | 51 | 33 | 2 | 524 | 131 | 116 |
| Binary | 11111001 | 10010011 | 10110101 | 0 | 101001 | 11011 | 10 | 101010100 | 1011001 | 1001110 |
Color Harmonies of #F993B5
Complementary color
Monochromatic Colors of #F993B5
Black with #F993B5
Text Example
Text Example
White with #F993B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993B5; }
p { color: rgb(249,147,181); }
H1.HeaderClassName
{
color: #F993B5;
}
.AnyTagClassName
{
color: #F993B5;
}
</style>
background-color css
<style>
a { background-color: #F993B5; }
a { background-color: rgb(249,147,181); }
div.DivClassName
{
background-color: #F993B5;
}
.BgClassName
{
background-color: #F993B5;
}
</style>
border-color css
<style>
span { border-color: #F993B5; }
span { border-color: rgb(249,147,181); }
td.TdClassName
{
border-color: #F993B5;
}
.TagClassName
{
border-color: #F993B5;
}
</style>