Shades of Shocking #F697BD
Tints of Shocking #F697BD
RGB
CMYK
RGB Variations
Color information
#F697BD (or 0xF697BD) is known color: Shocking. HEX triplet: F6, 97 and BD. RGB value is (246,151,189). Sum of RGB (Red+Green+Blue) = 246+151+189=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F697BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F697BD is #096842. Grayscale: #B7B7B7. Windows color (decimal): -616515 or 12425206. OLE color: 12425206.
HSL color Cylindrical-coordinate representation of color #F697BD: hue angle of 336º 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 #F697BD is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 189 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.04 |
| HSL | 336º | 0.84% | 0.78% | - |
| HSV(B) | 336º | 0.39% | 0.96% | - |
| XYZ | 58.26 | 45.4 | 53.84 | - |
| YUV | 183.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 189 | 0 | 0.39 | 0.23 | 0.04 | 336 | 0.84 | 0.78 |
| Hex | F6 | 97 | BD | 0 | 27 | 17 | 4 | 150 | 54 | 4E |
| Octal | 366 | 227 | 275 | 0 | 47 | 27 | 4 | 520 | 124 | 116 |
| Binary | 11110110 | 10010111 | 10111101 | 0 | 100111 | 10111 | 100 | 101010000 | 1010100 | 1001110 |
Color Harmonies of #F697BD
Complementary color
Monochromatic Colors of #F697BD
Black with #F697BD
Text Example
Text Example
White with #F697BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F697BD; }
p { color: rgb(246,151,189); }
H1.HeaderClassName
{
color: #F697BD;
}
.AnyTagClassName
{
color: #F697BD;
}
</style>
background-color css
<style>
a { background-color: #F697BD; }
a { background-color: rgb(246,151,189); }
div.DivClassName
{
background-color: #F697BD;
}
.BgClassName
{
background-color: #F697BD;
}
</style>
border-color css
<style>
span { border-color: #F697BD; }
span { border-color: rgb(246,151,189); }
td.TdClassName
{
border-color: #F697BD;
}
.TagClassName
{
border-color: #F697BD;
}
</style>