Shades of Illusion #F696B8
Tints of Illusion #F696B8
RGB
CMYK
RGB Variations
Color information
#F696B8 (or 0xF696B8) is known color: Illusion. HEX triplet: F6, 96 and B8. RGB value is (246,150,184). Sum of RGB (Red+Green+Blue) = 246+150+184=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F696B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696B8 is #096947. Grayscale: #B6B6B6. Windows color (decimal): -616776 or 12097270. OLE color: 12097270.
HSL color Cylindrical-coordinate representation of color #F696B8: hue angle of 338.75º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696B8 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 184 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.04 |
| HSL | 338.75º | 0.84% | 0.78% | - |
| HSV(B) | 338.75º | 0.39% | 0.96% | - |
| XYZ | 57.56 | 44.87 | 50.97 | - |
| YUV | 182.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 184 | 0 | 0.39 | 0.25 | 0.04 | 338.75 | 0.84 | 0.78 |
| Hex | F6 | 96 | B8 | 0 | 27 | 19 | 4 | 153 | 54 | 4E |
| Octal | 366 | 226 | 270 | 0 | 47 | 31 | 4 | 523 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10111000 | 0 | 100111 | 11001 | 100 | 101010011 | 1010100 | 1001110 |
Color Harmonies of #F696B8
Complementary color
Monochromatic Colors of #F696B8
Black with #F696B8
Text Example
Text Example
White with #F696B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696B8; }
p { color: rgb(246,150,184); }
H1.HeaderClassName
{
color: #F696B8;
}
.AnyTagClassName
{
color: #F696B8;
}
</style>
background-color css
<style>
a { background-color: #F696B8; }
a { background-color: rgb(246,150,184); }
div.DivClassName
{
background-color: #F696B8;
}
.BgClassName
{
background-color: #F696B8;
}
</style>
border-color css
<style>
span { border-color: #F696B8; }
span { border-color: rgb(246,150,184); }
td.TdClassName
{
border-color: #F696B8;
}
.TagClassName
{
border-color: #F696B8;
}
</style>