Shades of Illusion #F393B0
Tints of Illusion #F393B0
RGB
CMYK
RGB Variations
Color information
#F393B0 (or 0xF393B0) is known color: Illusion. HEX triplet: F3, 93 and B0. RGB value is (243,147,176). Sum of RGB (Red+Green+Blue) = 243+147+176=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F393B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F393B0 is #0C6C4F. Grayscale: #B2B2B2. Windows color (decimal): -814160 or 11572211. OLE color: 11572211.
HSL color Cylindrical-coordinate representation of color #F393B0: hue angle of 341.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393B0 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 176 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.05 |
| HSL | 341.88º | 0.8% | 0.76% | - |
| HSV(B) | 341.88º | 0.4% | 0.95% | - |
| XYZ | 55.23 | 43.06 | 46.47 | - |
| YUV | 179.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 176 | 0 | 0.40 | 0.28 | 0.05 | 341.88 | 0.8 | 0.76 |
| Hex | F3 | 93 | B0 | 0 | 28 | 1C | 5 | 156 | 50 | 4C |
| Octal | 363 | 223 | 260 | 0 | 50 | 34 | 5 | 526 | 120 | 114 |
| Binary | 11110011 | 10010011 | 10110000 | 0 | 101000 | 11100 | 101 | 101010110 | 1010000 | 1001100 |
Color Harmonies of #F393B0
Complementary color
Monochromatic Colors of #F393B0
Black with #F393B0
Text Example
Text Example
White with #F393B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393B0; }
p { color: rgb(243,147,176); }
H1.HeaderClassName
{
color: #F393B0;
}
.AnyTagClassName
{
color: #F393B0;
}
</style>
background-color css
<style>
a { background-color: #F393B0; }
a { background-color: rgb(243,147,176); }
div.DivClassName
{
background-color: #F393B0;
}
.BgClassName
{
background-color: #F393B0;
}
</style>
border-color css
<style>
span { border-color: #F393B0; }
span { border-color: rgb(243,147,176); }
td.TdClassName
{
border-color: #F393B0;
}
.TagClassName
{
border-color: #F393B0;
}
</style>