Shades of Illusion #F68BB4
Tints of Illusion #F68BB4
RGB
CMYK
RGB Variations
Color information
#F68BB4 (or 0xF68BB4) is known color: Illusion. HEX triplet: F6, 8B and B4. RGB value is (246,139,180). Sum of RGB (Red+Green+Blue) = 246+139+180=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BB4 is #09744B. Grayscale: #AFAFAF. Windows color (decimal): -619596 or 11832310. OLE color: 11832310.
HSL color Cylindrical-coordinate representation of color #F68BB4: hue angle of 337.01º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BB4 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 180 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.04 |
| HSL | 337.01º | 0.86% | 0.75% | - |
| HSV(B) | 337.01º | 0.43% | 0.96% | - |
| XYZ | 55.48 | 41.35 | 48.24 | - |
| YUV | 175.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 180 | 0 | 0.43 | 0.27 | 0.04 | 337.01 | 0.86 | 0.75 |
| Hex | F6 | 8B | B4 | 0 | 2B | 1B | 4 | 151 | 56 | 4B |
| Octal | 366 | 213 | 264 | 0 | 53 | 33 | 4 | 521 | 126 | 113 |
| Binary | 11110110 | 10001011 | 10110100 | 0 | 101011 | 11011 | 100 | 101010001 | 1010110 | 1001011 |
Color Harmonies of #F68BB4
Complementary color
Monochromatic Colors of #F68BB4
Black with #F68BB4
Text Example
Text Example
White with #F68BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BB4; }
p { color: rgb(246,139,180); }
H1.HeaderClassName
{
color: #F68BB4;
}
.AnyTagClassName
{
color: #F68BB4;
}
</style>
background-color css
<style>
a { background-color: #F68BB4; }
a { background-color: rgb(246,139,180); }
div.DivClassName
{
background-color: #F68BB4;
}
.BgClassName
{
background-color: #F68BB4;
}
</style>
border-color css
<style>
span { border-color: #F68BB4; }
span { border-color: rgb(246,139,180); }
td.TdClassName
{
border-color: #F68BB4;
}
.TagClassName
{
border-color: #F68BB4;
}
</style>