Shades of Shocking #F696BB
Tints of Shocking #F696BB
RGB
CMYK
RGB Variations
Color information
#F696BB (or 0xF696BB) is known color: Shocking. HEX triplet: F6, 96 and BB. RGB value is (246,150,187). Sum of RGB (Red+Green+Blue) = 246+150+187=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F696BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F696BB is #096944. Grayscale: #B6B6B6. Windows color (decimal): -616773 or 12293878. OLE color: 12293878.
HSL color Cylindrical-coordinate representation of color #F696BB: hue angle of 336.88º 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 #F696BB is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 187 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.04 |
| HSL | 336.88º | 0.84% | 0.78% | - |
| HSV(B) | 336.88º | 0.39% | 0.96% | - |
| XYZ | 57.88 | 44.99 | 52.65 | - |
| YUV | 182.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 187 | 0 | 0.39 | 0.24 | 0.04 | 336.88 | 0.84 | 0.78 |
| Hex | F6 | 96 | BB | 0 | 27 | 18 | 4 | 151 | 54 | 4E |
| Octal | 366 | 226 | 273 | 0 | 47 | 30 | 4 | 521 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10111011 | 0 | 100111 | 11000 | 100 | 101010001 | 1010100 | 1001110 |
Color Harmonies of #F696BB
Complementary color
Monochromatic Colors of #F696BB
Black with #F696BB
Text Example
Text Example
White with #F696BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696BB; }
p { color: rgb(246,150,187); }
H1.HeaderClassName
{
color: #F696BB;
}
.AnyTagClassName
{
color: #F696BB;
}
</style>
background-color css
<style>
a { background-color: #F696BB; }
a { background-color: rgb(246,150,187); }
div.DivClassName
{
background-color: #F696BB;
}
.BgClassName
{
background-color: #F696BB;
}
</style>
border-color css
<style>
span { border-color: #F696BB; }
span { border-color: rgb(246,150,187); }
td.TdClassName
{
border-color: #F696BB;
}
.TagClassName
{
border-color: #F696BB;
}
</style>