Shades of Illusion #F68FB4
Tints of Illusion #F68FB4
RGB
CMYK
RGB Variations
Color information
#F68FB4 (or 0xF68FB4) is known color: Illusion. HEX triplet: F6, 8F and B4. RGB value is (246,143,180). Sum of RGB (Red+Green+Blue) = 246+143+180=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FB4 is #09704B. Grayscale: #B1B1B1. Windows color (decimal): -618572 or 11833334. OLE color: 11833334.
HSL color Cylindrical-coordinate representation of color #F68FB4: hue angle of 338.45º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FB4 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 180 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.04 |
| HSL | 338.45º | 0.85% | 0.76% | - |
| HSV(B) | 338.45º | 0.42% | 0.96% | - |
| XYZ | 56.07 | 42.53 | 48.43 | - |
| YUV | 178.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 180 | 0 | 0.42 | 0.27 | 0.04 | 338.45 | 0.85 | 0.76 |
| Hex | F6 | 8F | B4 | 0 | 2A | 1B | 4 | 152 | 55 | 4C |
| Octal | 366 | 217 | 264 | 0 | 52 | 33 | 4 | 522 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10110100 | 0 | 101010 | 11011 | 100 | 101010010 | 1010101 | 1001100 |
Color Harmonies of #F68FB4
Complementary color
Monochromatic Colors of #F68FB4
Black with #F68FB4
Text Example
Text Example
White with #F68FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FB4; }
p { color: rgb(246,143,180); }
H1.HeaderClassName
{
color: #F68FB4;
}
.AnyTagClassName
{
color: #F68FB4;
}
</style>
background-color css
<style>
a { background-color: #F68FB4; }
a { background-color: rgb(246,143,180); }
div.DivClassName
{
background-color: #F68FB4;
}
.BgClassName
{
background-color: #F68FB4;
}
</style>
border-color css
<style>
span { border-color: #F68FB4; }
span { border-color: rgb(246,143,180); }
td.TdClassName
{
border-color: #F68FB4;
}
.TagClassName
{
border-color: #F68FB4;
}
</style>