Shades of Illusion #F690B3
Tints of Illusion #F690B3
RGB
CMYK
RGB Variations
Color information
#F690B3 (or 0xF690B3) is known color: Illusion. HEX triplet: F6, 90 and B3. RGB value is (246,144,179). Sum of RGB (Red+Green+Blue) = 246+144+179=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F690B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690B3 is #096F4C. Grayscale: #B2B2B2. Windows color (decimal): -618317 or 11768054. OLE color: 11768054.
HSL color Cylindrical-coordinate representation of color #F690B3: hue angle of 339.41º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690B3 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 179 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.04 |
| HSL | 339.41º | 0.85% | 0.76% | - |
| HSV(B) | 339.41º | 0.41% | 0.96% | - |
| XYZ | 56.12 | 42.79 | 47.95 | - |
| YUV | 178.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 179 | 0 | 0.41 | 0.27 | 0.04 | 339.41 | 0.85 | 0.76 |
| Hex | F6 | 90 | B3 | 0 | 29 | 1B | 4 | 153 | 55 | 4C |
| Octal | 366 | 220 | 263 | 0 | 51 | 33 | 4 | 523 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10110011 | 0 | 101001 | 11011 | 100 | 101010011 | 1010101 | 1001100 |
Color Harmonies of #F690B3
Complementary color
Monochromatic Colors of #F690B3
Black with #F690B3
Text Example
Text Example
White with #F690B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690B3; }
p { color: rgb(246,144,179); }
H1.HeaderClassName
{
color: #F690B3;
}
.AnyTagClassName
{
color: #F690B3;
}
</style>
background-color css
<style>
a { background-color: #F690B3; }
a { background-color: rgb(246,144,179); }
div.DivClassName
{
background-color: #F690B3;
}
.BgClassName
{
background-color: #F690B3;
}
</style>
border-color css
<style>
span { border-color: #F690B3; }
span { border-color: rgb(246,144,179); }
td.TdClassName
{
border-color: #F690B3;
}
.TagClassName
{
border-color: #F690B3;
}
</style>