Shades of Illusion #F68DB3
Tints of Illusion #F68DB3
RGB
CMYK
RGB Variations
Color information
#F68DB3 (or 0xF68DB3) is known color: Illusion. HEX triplet: F6, 8D and B3. RGB value is (246,141,179). Sum of RGB (Red+Green+Blue) = 246+141+179=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DB3 is #09724C. Grayscale: #B0B0B0. Windows color (decimal): -619085 or 11767286. OLE color: 11767286.
HSL color Cylindrical-coordinate representation of color #F68DB3: hue angle of 338.29º 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 #F68DB3 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 179 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.04 |
| HSL | 338.29º | 0.85% | 0.76% | - |
| HSV(B) | 338.29º | 0.43% | 0.96% | - |
| XYZ | 55.67 | 41.9 | 47.8 | - |
| YUV | 176.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 179 | 0 | 0.43 | 0.27 | 0.04 | 338.29 | 0.85 | 0.76 |
| Hex | F6 | 8D | B3 | 0 | 2B | 1B | 4 | 152 | 55 | 4C |
| Octal | 366 | 215 | 263 | 0 | 53 | 33 | 4 | 522 | 125 | 114 |
| Binary | 11110110 | 10001101 | 10110011 | 0 | 101011 | 11011 | 100 | 101010010 | 1010101 | 1001100 |
Color Harmonies of #F68DB3
Complementary color
Monochromatic Colors of #F68DB3
Black with #F68DB3
Text Example
Text Example
White with #F68DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DB3; }
p { color: rgb(246,141,179); }
H1.HeaderClassName
{
color: #F68DB3;
}
.AnyTagClassName
{
color: #F68DB3;
}
</style>
background-color css
<style>
a { background-color: #F68DB3; }
a { background-color: rgb(246,141,179); }
div.DivClassName
{
background-color: #F68DB3;
}
.BgClassName
{
background-color: #F68DB3;
}
</style>
border-color css
<style>
span { border-color: #F68DB3; }
span { border-color: rgb(246,141,179); }
td.TdClassName
{
border-color: #F68DB3;
}
.TagClassName
{
border-color: #F68DB3;
}
</style>