Shades of Illusion #F68FB7
Tints of Illusion #F68FB7
RGB
CMYK
RGB Variations
Color information
#F68FB7 (or 0xF68FB7) is known color: Illusion. HEX triplet: F6, 8F and B7. RGB value is (246,143,183). Sum of RGB (Red+Green+Blue) = 246+143+183=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FB7 is #097048. Grayscale: #B2B2B2. Windows color (decimal): -618569 or 12029942. OLE color: 12029942.
HSL color Cylindrical-coordinate representation of color #F68FB7: hue angle of 336.7º 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 #F68FB7 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 183 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.04 |
| HSL | 336.7º | 0.85% | 0.76% | - |
| HSV(B) | 336.7º | 0.42% | 0.96% | - |
| XYZ | 56.38 | 42.66 | 50.06 | - |
| YUV | 178.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 183 | 0 | 0.42 | 0.26 | 0.04 | 336.7 | 0.85 | 0.76 |
| Hex | F6 | 8F | B7 | 0 | 2A | 1A | 4 | 151 | 55 | 4C |
| Octal | 366 | 217 | 267 | 0 | 52 | 32 | 4 | 521 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10110111 | 0 | 101010 | 11010 | 100 | 101010001 | 1010101 | 1001100 |
Color Harmonies of #F68FB7
Complementary color
Monochromatic Colors of #F68FB7
Black with #F68FB7
Text Example
Text Example
White with #F68FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FB7; }
p { color: rgb(246,143,183); }
H1.HeaderClassName
{
color: #F68FB7;
}
.AnyTagClassName
{
color: #F68FB7;
}
</style>
background-color css
<style>
a { background-color: #F68FB7; }
a { background-color: rgb(246,143,183); }
div.DivClassName
{
background-color: #F68FB7;
}
.BgClassName
{
background-color: #F68FB7;
}
</style>
border-color css
<style>
span { border-color: #F68FB7; }
span { border-color: rgb(246,143,183); }
td.TdClassName
{
border-color: #F68FB7;
}
.TagClassName
{
border-color: #F68FB7;
}
</style>