Shades of Illusion #F68CB4
Tints of Illusion #F68CB4
RGB
CMYK
RGB Variations
Color information
#F68CB4 (or 0xF68CB4) is known color: Illusion. HEX triplet: F6, 8C and B4. RGB value is (246,140,180). Sum of RGB (Red+Green+Blue) = 246+140+180=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CB4 is #09734B. Grayscale: #B0B0B0. Windows color (decimal): -619340 or 11832566. OLE color: 11832566.
HSL color Cylindrical-coordinate representation of color #F68CB4: hue angle of 337.36º 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 #F68CB4 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 180 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.04 |
| HSL | 337.36º | 0.85% | 0.76% | - |
| HSV(B) | 337.36º | 0.43% | 0.96% | - |
| XYZ | 55.62 | 41.64 | 48.29 | - |
| YUV | 176.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 180 | 0 | 0.43 | 0.27 | 0.04 | 337.36 | 0.85 | 0.76 |
| Hex | F6 | 8C | B4 | 0 | 2B | 1B | 4 | 151 | 55 | 4C |
| Octal | 366 | 214 | 264 | 0 | 53 | 33 | 4 | 521 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10110100 | 0 | 101011 | 11011 | 100 | 101010001 | 1010101 | 1001100 |
Color Harmonies of #F68CB4
Complementary color
Monochromatic Colors of #F68CB4
Black with #F68CB4
Text Example
Text Example
White with #F68CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CB4; }
p { color: rgb(246,140,180); }
H1.HeaderClassName
{
color: #F68CB4;
}
.AnyTagClassName
{
color: #F68CB4;
}
</style>
background-color css
<style>
a { background-color: #F68CB4; }
a { background-color: rgb(246,140,180); }
div.DivClassName
{
background-color: #F68CB4;
}
.BgClassName
{
background-color: #F68CB4;
}
</style>
border-color css
<style>
span { border-color: #F68CB4; }
span { border-color: rgb(246,140,180); }
td.TdClassName
{
border-color: #F68CB4;
}
.TagClassName
{
border-color: #F68CB4;
}
</style>