Shades of Illusion #F390B0
Tints of Illusion #F390B0
RGB
CMYK
RGB Variations
Color information
#F390B0 (or 0xF390B0) is known color: Illusion. HEX triplet: F3, 90 and B0. RGB value is (243,144,176). Sum of RGB (Red+Green+Blue) = 243+144+176=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F390B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F390B0 is #0C6F4F. Grayscale: #B1B1B1. Windows color (decimal): -814928 or 11571443. OLE color: 11571443.
HSL color Cylindrical-coordinate representation of color #F390B0: hue angle of 340.61º 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 #F390B0 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 176 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.05 |
| HSL | 340.61º | 0.8% | 0.76% | - |
| HSV(B) | 340.61º | 0.41% | 0.95% | - |
| XYZ | 54.77 | 42.14 | 46.32 | - |
| YUV | 177.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 176 | 0 | 0.41 | 0.28 | 0.05 | 340.61 | 0.8 | 0.76 |
| Hex | F3 | 90 | B0 | 0 | 29 | 1C | 5 | 155 | 50 | 4C |
| Octal | 363 | 220 | 260 | 0 | 51 | 34 | 5 | 525 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10110000 | 0 | 101001 | 11100 | 101 | 101010101 | 1010000 | 1001100 |
Color Harmonies of #F390B0
Complementary color
Monochromatic Colors of #F390B0
Black with #F390B0
Text Example
Text Example
White with #F390B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390B0; }
p { color: rgb(243,144,176); }
H1.HeaderClassName
{
color: #F390B0;
}
.AnyTagClassName
{
color: #F390B0;
}
</style>
background-color css
<style>
a { background-color: #F390B0; }
a { background-color: rgb(243,144,176); }
div.DivClassName
{
background-color: #F390B0;
}
.BgClassName
{
background-color: #F390B0;
}
</style>
border-color css
<style>
span { border-color: #F390B0; }
span { border-color: rgb(243,144,176); }
td.TdClassName
{
border-color: #F390B0;
}
.TagClassName
{
border-color: #F390B0;
}
</style>