Shades of Shocking #F699BB
Tints of Shocking #F699BB
RGB
CMYK
RGB Variations
Color information
#F699BB (or 0xF699BB) is known color: Shocking. HEX triplet: F6, 99 and BB. RGB value is (246,153,187). Sum of RGB (Red+Green+Blue) = 246+153+187=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F699BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699BB is #096644. Grayscale: #B8B8B8. Windows color (decimal): -616005 or 12294646. OLE color: 12294646.
HSL color Cylindrical-coordinate representation of color #F699BB: hue angle of 338.06º 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 #F699BB is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 187 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.04 |
| HSL | 338.06º | 0.84% | 0.78% | - |
| HSV(B) | 338.06º | 0.38% | 0.96% | - |
| XYZ | 58.37 | 45.96 | 52.81 | - |
| YUV | 184.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 187 | 0 | 0.38 | 0.24 | 0.04 | 338.06 | 0.84 | 0.78 |
| Hex | F6 | 99 | BB | 0 | 26 | 18 | 4 | 152 | 54 | 4E |
| Octal | 366 | 231 | 273 | 0 | 46 | 30 | 4 | 522 | 124 | 116 |
| Binary | 11110110 | 10011001 | 10111011 | 0 | 100110 | 11000 | 100 | 101010010 | 1010100 | 1001110 |
Color Harmonies of #F699BB
Complementary color
Monochromatic Colors of #F699BB
Black with #F699BB
Text Example
Text Example
White with #F699BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699BB; }
p { color: rgb(246,153,187); }
H1.HeaderClassName
{
color: #F699BB;
}
.AnyTagClassName
{
color: #F699BB;
}
</style>
background-color css
<style>
a { background-color: #F699BB; }
a { background-color: rgb(246,153,187); }
div.DivClassName
{
background-color: #F699BB;
}
.BgClassName
{
background-color: #F699BB;
}
</style>
border-color css
<style>
span { border-color: #F699BB; }
span { border-color: rgb(246,153,187); }
td.TdClassName
{
border-color: #F699BB;
}
.TagClassName
{
border-color: #F699BB;
}
</style>