Shades of Illusion #F68DB1
Tints of Illusion #F68DB1
RGB
CMYK
RGB Variations
Color information
#F68DB1 (or 0xF68DB1) is known color: Illusion. HEX triplet: F6, 8D and B1. RGB value is (246,141,177). Sum of RGB (Red+Green+Blue) = 246+141+177=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68DB1 is #09724E. Grayscale: #B0B0B0. Windows color (decimal): -619087 or 11636214. OLE color: 11636214.
HSL color Cylindrical-coordinate representation of color #F68DB1: hue angle of 339.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DB1 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 177 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.04 |
| HSL | 339.43º | 0.85% | 0.76% | - |
| HSV(B) | 339.43º | 0.43% | 0.96% | - |
| XYZ | 55.47 | 41.82 | 46.74 | - |
| YUV | 176.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 177 | 0 | 0.43 | 0.28 | 0.04 | 339.43 | 0.85 | 0.76 |
| Hex | F6 | 8D | B1 | 0 | 2B | 1C | 4 | 153 | 55 | 4C |
| Octal | 366 | 215 | 261 | 0 | 53 | 34 | 4 | 523 | 125 | 114 |
| Binary | 11110110 | 10001101 | 10110001 | 0 | 101011 | 11100 | 100 | 101010011 | 1010101 | 1001100 |
Color Harmonies of #F68DB1
Complementary color
Monochromatic Colors of #F68DB1
Black with #F68DB1
Text Example
Text Example
White with #F68DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DB1; }
p { color: rgb(246,141,177); }
H1.HeaderClassName
{
color: #F68DB1;
}
.AnyTagClassName
{
color: #F68DB1;
}
</style>
background-color css
<style>
a { background-color: #F68DB1; }
a { background-color: rgb(246,141,177); }
div.DivClassName
{
background-color: #F68DB1;
}
.BgClassName
{
background-color: #F68DB1;
}
</style>
border-color css
<style>
span { border-color: #F68DB1; }
span { border-color: rgb(246,141,177); }
td.TdClassName
{
border-color: #F68DB1;
}
.TagClassName
{
border-color: #F68DB1;
}
</style>