Shades of Illusion #F690B4
Tints of Illusion #F690B4
RGB
CMYK
RGB Variations
Color information
#F690B4 (or 0xF690B4) is known color: Illusion. HEX triplet: F6, 90 and B4. RGB value is (246,144,180). Sum of RGB (Red+Green+Blue) = 246+144+180=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F690B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690B4 is #096F4B. Grayscale: #B2B2B2. Windows color (decimal): -618316 or 11833590. OLE color: 11833590.
HSL color Cylindrical-coordinate representation of color #F690B4: hue angle of 338.82º 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 #F690B4 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 180 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.04 |
| HSL | 338.82º | 0.85% | 0.76% | - |
| HSV(B) | 338.82º | 0.41% | 0.96% | - |
| XYZ | 56.22 | 42.83 | 48.48 | - |
| YUV | 178.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 180 | 0 | 0.41 | 0.27 | 0.04 | 338.82 | 0.85 | 0.76 |
| Hex | F6 | 90 | B4 | 0 | 29 | 1B | 4 | 153 | 55 | 4C |
| Octal | 366 | 220 | 264 | 0 | 51 | 33 | 4 | 523 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10110100 | 0 | 101001 | 11011 | 100 | 101010011 | 1010101 | 1001100 |
Color Harmonies of #F690B4
Complementary color
Monochromatic Colors of #F690B4
Black with #F690B4
Text Example
Text Example
White with #F690B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690B4; }
p { color: rgb(246,144,180); }
H1.HeaderClassName
{
color: #F690B4;
}
.AnyTagClassName
{
color: #F690B4;
}
</style>
background-color css
<style>
a { background-color: #F690B4; }
a { background-color: rgb(246,144,180); }
div.DivClassName
{
background-color: #F690B4;
}
.BgClassName
{
background-color: #F690B4;
}
</style>
border-color css
<style>
span { border-color: #F690B4; }
span { border-color: rgb(246,144,180); }
td.TdClassName
{
border-color: #F690B4;
}
.TagClassName
{
border-color: #F690B4;
}
</style>