Shades of Illusion #F699B0
Tints of Illusion #F699B0
RGB
CMYK
RGB Variations
Color information
#F699B0 (or 0xF699B0) is known color: Illusion. HEX triplet: F6, 99 and B0. RGB value is (246,153,176). Sum of RGB (Red+Green+Blue) = 246+153+176=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F699B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F699B0 is #09664F. Grayscale: #B7B7B7. Windows color (decimal): -616016 or 11573750. OLE color: 11573750.
HSL color Cylindrical-coordinate representation of color #F699B0: hue angle of 345.16º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699B0 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 176 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.04 |
| HSL | 345.16º | 0.84% | 0.78% | - |
| HSV(B) | 345.16º | 0.38% | 0.96% | - |
| XYZ | 57.23 | 45.51 | 46.84 | - |
| YUV | 183.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 176 | 0 | 0.38 | 0.28 | 0.04 | 345.16 | 0.84 | 0.78 |
| Hex | F6 | 99 | B0 | 0 | 26 | 1C | 4 | 159 | 54 | 4E |
| Octal | 366 | 231 | 260 | 0 | 46 | 34 | 4 | 531 | 124 | 116 |
| Binary | 11110110 | 10011001 | 10110000 | 0 | 100110 | 11100 | 100 | 101011001 | 1010100 | 1001110 |
Color Harmonies of #F699B0
Complementary color
Monochromatic Colors of #F699B0
Black with #F699B0
Text Example
Text Example
White with #F699B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699B0; }
p { color: rgb(246,153,176); }
H1.HeaderClassName
{
color: #F699B0;
}
.AnyTagClassName
{
color: #F699B0;
}
</style>
background-color css
<style>
a { background-color: #F699B0; }
a { background-color: rgb(246,153,176); }
div.DivClassName
{
background-color: #F699B0;
}
.BgClassName
{
background-color: #F699B0;
}
</style>
border-color css
<style>
span { border-color: #F699B0; }
span { border-color: rgb(246,153,176); }
td.TdClassName
{
border-color: #F699B0;
}
.TagClassName
{
border-color: #F699B0;
}
</style>