Shades of Illusion #F388B2
Tints of Illusion #F388B2
RGB
CMYK
RGB Variations
Color information
#F388B2 (or 0xF388B2) is known color: Illusion. HEX triplet: F3, 88 and B2. RGB value is (243,136,178). Sum of RGB (Red+Green+Blue) = 243+136+178=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F388B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F388B2 is #0C774D. Grayscale: #ACACAC. Windows color (decimal): -816974 or 11700467. OLE color: 11700467.
HSL color Cylindrical-coordinate representation of color #F388B2: hue angle of 336.45º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388B2 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 178 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.05 |
| HSL | 336.45º | 0.82% | 0.74% | - |
| HSV(B) | 336.45º | 0.44% | 0.95% | - |
| XYZ | 53.8 | 39.88 | 46.98 | - |
| YUV | 172.78 | 130.95 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 178 | 0 | 0.44 | 0.27 | 0.05 | 336.45 | 0.82 | 0.74 |
| Hex | F3 | 88 | B2 | 0 | 2C | 1B | 5 | 150 | 52 | 4A |
| Octal | 363 | 210 | 262 | 0 | 54 | 33 | 5 | 520 | 122 | 112 |
| Binary | 11110011 | 10001000 | 10110010 | 0 | 101100 | 11011 | 101 | 101010000 | 1010010 | 1001010 |
Color Harmonies of #F388B2
Complementary color
Monochromatic Colors of #F388B2
Black with #F388B2
Text Example
Text Example
White with #F388B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388B2; }
p { color: rgb(243,136,178); }
H1.HeaderClassName
{
color: #F388B2;
}
.AnyTagClassName
{
color: #F388B2;
}
</style>
background-color css
<style>
a { background-color: #F388B2; }
a { background-color: rgb(243,136,178); }
div.DivClassName
{
background-color: #F388B2;
}
.BgClassName
{
background-color: #F388B2;
}
</style>
border-color css
<style>
span { border-color: #F388B2; }
span { border-color: rgb(243,136,178); }
td.TdClassName
{
border-color: #F388B2;
}
.TagClassName
{
border-color: #F388B2;
}
</style>