Shades of Illusion #F393B5
Tints of Illusion #F393B5
RGB
CMYK
RGB Variations
Color information
#F393B5 (or 0xF393B5) is known color: Illusion. HEX triplet: F3, 93 and B5. RGB value is (243,147,181). Sum of RGB (Red+Green+Blue) = 243+147+181=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F393B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393B5 is #0C6C4A. Grayscale: #B3B3B3. Windows color (decimal): -814155 or 11899891. OLE color: 11899891.
HSL color Cylindrical-coordinate representation of color #F393B5: hue angle of 338.75º 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 #F393B5 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 181 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.05 |
| HSL | 338.75º | 0.8% | 0.76% | - |
| HSV(B) | 338.75º | 0.4% | 0.95% | - |
| XYZ | 55.74 | 43.26 | 49.13 | - |
| YUV | 179.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 181 | 0 | 0.40 | 0.26 | 0.05 | 338.75 | 0.8 | 0.76 |
| Hex | F3 | 93 | B5 | 0 | 28 | 1A | 5 | 153 | 50 | 4C |
| Octal | 363 | 223 | 265 | 0 | 50 | 32 | 5 | 523 | 120 | 114 |
| Binary | 11110011 | 10010011 | 10110101 | 0 | 101000 | 11010 | 101 | 101010011 | 1010000 | 1001100 |
Color Harmonies of #F393B5
Complementary color
Monochromatic Colors of #F393B5
Black with #F393B5
Text Example
Text Example
White with #F393B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393B5; }
p { color: rgb(243,147,181); }
H1.HeaderClassName
{
color: #F393B5;
}
.AnyTagClassName
{
color: #F393B5;
}
</style>
background-color css
<style>
a { background-color: #F393B5; }
a { background-color: rgb(243,147,181); }
div.DivClassName
{
background-color: #F393B5;
}
.BgClassName
{
background-color: #F393B5;
}
</style>
border-color css
<style>
span { border-color: #F393B5; }
span { border-color: rgb(243,147,181); }
td.TdClassName
{
border-color: #F393B5;
}
.TagClassName
{
border-color: #F393B5;
}
</style>