Shades of Shocking #F696BE
Tints of Shocking #F696BE
RGB
CMYK
RGB Variations
Color information
#F696BE (or 0xF696BE) is known color: Shocking. HEX triplet: F6, 96 and BE. RGB value is (246,150,190). Sum of RGB (Red+Green+Blue) = 246+150+190=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F696BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696BE is #096941. Grayscale: #B7B7B7. Windows color (decimal): -616770 or 12490486. OLE color: 12490486.
HSL color Cylindrical-coordinate representation of color #F696BE: hue angle of 335º 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 #F696BE is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 190 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.04 |
| HSL | 335º | 0.84% | 0.78% | - |
| HSV(B) | 335º | 0.39% | 0.96% | - |
| XYZ | 58.21 | 45.12 | 54.36 | - |
| YUV | 183.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 190 | 0 | 0.39 | 0.23 | 0.04 | 335 | 0.84 | 0.78 |
| Hex | F6 | 96 | BE | 0 | 27 | 17 | 4 | 14F | 54 | 4E |
| Octal | 366 | 226 | 276 | 0 | 47 | 27 | 4 | 517 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10111110 | 0 | 100111 | 10111 | 100 | 101001111 | 1010100 | 1001110 |
Color Harmonies of #F696BE
Complementary color
Monochromatic Colors of #F696BE
Black with #F696BE
Text Example
Text Example
White with #F696BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696BE; }
p { color: rgb(246,150,190); }
H1.HeaderClassName
{
color: #F696BE;
}
.AnyTagClassName
{
color: #F696BE;
}
</style>
background-color css
<style>
a { background-color: #F696BE; }
a { background-color: rgb(246,150,190); }
div.DivClassName
{
background-color: #F696BE;
}
.BgClassName
{
background-color: #F696BE;
}
</style>
border-color css
<style>
span { border-color: #F696BE; }
span { border-color: rgb(246,150,190); }
td.TdClassName
{
border-color: #F696BE;
}
.TagClassName
{
border-color: #F696BE;
}
</style>