Shades of Shocking #F690BB
Tints of Shocking #F690BB
RGB
CMYK
RGB Variations
Color information
#F690BB (or 0xF690BB) is known color: Shocking. HEX triplet: F6, 90 and BB. RGB value is (246,144,187). Sum of RGB (Red+Green+Blue) = 246+144+187=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F690BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690BB is #096F44. Grayscale: #B3B3B3. Windows color (decimal): -618309 or 12292342. OLE color: 12292342.
HSL color Cylindrical-coordinate representation of color #F690BB: hue angle of 334.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690BB is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 187 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.04 |
| HSL | 334.71º | 0.85% | 0.76% | - |
| HSV(B) | 334.71º | 0.41% | 0.96% | - |
| XYZ | 56.95 | 43.13 | 52.34 | - |
| YUV | 179.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 187 | 0 | 0.41 | 0.24 | 0.04 | 334.71 | 0.85 | 0.76 |
| Hex | F6 | 90 | BB | 0 | 29 | 18 | 4 | 14F | 55 | 4C |
| Octal | 366 | 220 | 273 | 0 | 51 | 30 | 4 | 517 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10111011 | 0 | 101001 | 11000 | 100 | 101001111 | 1010101 | 1001100 |
Color Harmonies of #F690BB
Complementary color
Monochromatic Colors of #F690BB
Black with #F690BB
Text Example
Text Example
White with #F690BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690BB; }
p { color: rgb(246,144,187); }
H1.HeaderClassName
{
color: #F690BB;
}
.AnyTagClassName
{
color: #F690BB;
}
</style>
background-color css
<style>
a { background-color: #F690BB; }
a { background-color: rgb(246,144,187); }
div.DivClassName
{
background-color: #F690BB;
}
.BgClassName
{
background-color: #F690BB;
}
</style>
border-color css
<style>
span { border-color: #F690BB; }
span { border-color: rgb(246,144,187); }
td.TdClassName
{
border-color: #F690BB;
}
.TagClassName
{
border-color: #F690BB;
}
</style>