Shades of Illusion #F68CB3
Tints of Illusion #F68CB3
RGB
CMYK
RGB Variations
Color information
#F68CB3 (or 0xF68CB3) is known color: Illusion. HEX triplet: F6, 8C and B3. RGB value is (246,140,179). Sum of RGB (Red+Green+Blue) = 246+140+179=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CB3 is #09734C. Grayscale: #B0B0B0. Windows color (decimal): -619341 or 11767030. OLE color: 11767030.
HSL color Cylindrical-coordinate representation of color #F68CB3: hue angle of 337.92º 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 #F68CB3 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 179 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.04 |
| HSL | 337.92º | 0.85% | 0.76% | - |
| HSV(B) | 337.92º | 0.43% | 0.96% | - |
| XYZ | 55.52 | 41.6 | 47.75 | - |
| YUV | 176.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 179 | 0 | 0.43 | 0.27 | 0.04 | 337.92 | 0.85 | 0.76 |
| Hex | F6 | 8C | B3 | 0 | 2B | 1B | 4 | 152 | 55 | 4C |
| Octal | 366 | 214 | 263 | 0 | 53 | 33 | 4 | 522 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10110011 | 0 | 101011 | 11011 | 100 | 101010010 | 1010101 | 1001100 |
Color Harmonies of #F68CB3
Complementary color
Monochromatic Colors of #F68CB3
Black with #F68CB3
Text Example
Text Example
White with #F68CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CB3; }
p { color: rgb(246,140,179); }
H1.HeaderClassName
{
color: #F68CB3;
}
.AnyTagClassName
{
color: #F68CB3;
}
</style>
background-color css
<style>
a { background-color: #F68CB3; }
a { background-color: rgb(246,140,179); }
div.DivClassName
{
background-color: #F68CB3;
}
.BgClassName
{
background-color: #F68CB3;
}
</style>
border-color css
<style>
span { border-color: #F68CB3; }
span { border-color: rgb(246,140,179); }
td.TdClassName
{
border-color: #F68CB3;
}
.TagClassName
{
border-color: #F68CB3;
}
</style>