Shades of Illusion #F390B5
Tints of Illusion #F390B5
RGB
CMYK
RGB Variations
Color information
#F390B5 (or 0xF390B5) is known color: Illusion. HEX triplet: F3, 90 and B5. RGB value is (243,144,181). Sum of RGB (Red+Green+Blue) = 243+144+181=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F390B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390B5 is #0C6F4A. Grayscale: #B1B1B1. Windows color (decimal): -814923 or 11899123. OLE color: 11899123.
HSL color Cylindrical-coordinate representation of color #F390B5: hue angle of 337.58º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390B5 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 181 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.05 |
| HSL | 337.58º | 0.8% | 0.76% | - |
| HSV(B) | 337.58º | 0.41% | 0.95% | - |
| XYZ | 55.28 | 42.34 | 48.97 | - |
| YUV | 177.82 | 129.8 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 181 | 0 | 0.41 | 0.26 | 0.05 | 337.58 | 0.8 | 0.76 |
| Hex | F3 | 90 | B5 | 0 | 29 | 1A | 5 | 152 | 50 | 4C |
| Octal | 363 | 220 | 265 | 0 | 51 | 32 | 5 | 522 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10110101 | 0 | 101001 | 11010 | 101 | 101010010 | 1010000 | 1001100 |
Color Harmonies of #F390B5
Complementary color
Monochromatic Colors of #F390B5
Black with #F390B5
Text Example
Text Example
White with #F390B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390B5; }
p { color: rgb(243,144,181); }
H1.HeaderClassName
{
color: #F390B5;
}
.AnyTagClassName
{
color: #F390B5;
}
</style>
background-color css
<style>
a { background-color: #F390B5; }
a { background-color: rgb(243,144,181); }
div.DivClassName
{
background-color: #F390B5;
}
.BgClassName
{
background-color: #F390B5;
}
</style>
border-color css
<style>
span { border-color: #F390B5; }
span { border-color: rgb(243,144,181); }
td.TdClassName
{
border-color: #F390B5;
}
.TagClassName
{
border-color: #F390B5;
}
</style>