Shades of Shocking #F698BF
Tints of Shocking #F698BF
RGB
CMYK
RGB Variations
Color information
#F698BF (or 0xF698BF) is known color: Shocking. HEX triplet: F6, 98 and BF. RGB value is (246,152,191). Sum of RGB (Red+Green+Blue) = 246+152+191=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F698BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698BF is #096740. Grayscale: #B8B8B8. Windows color (decimal): -616257 or 12556534. OLE color: 12556534.
HSL color Cylindrical-coordinate representation of color #F698BF: hue angle of 335.11º 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 #F698BF is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 191 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.04 |
| HSL | 335.11º | 0.84% | 0.78% | - |
| HSV(B) | 335.11º | 0.38% | 0.96% | - |
| XYZ | 58.64 | 45.81 | 55.04 | - |
| YUV | 184.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 191 | 0 | 0.38 | 0.22 | 0.04 | 335.11 | 0.84 | 0.78 |
| Hex | F6 | 98 | BF | 0 | 26 | 16 | 4 | 14F | 54 | 4E |
| Octal | 366 | 230 | 277 | 0 | 46 | 26 | 4 | 517 | 124 | 116 |
| Binary | 11110110 | 10011000 | 10111111 | 0 | 100110 | 10110 | 100 | 101001111 | 1010100 | 1001110 |
Color Harmonies of #F698BF
Complementary color
Monochromatic Colors of #F698BF
Black with #F698BF
Text Example
Text Example
White with #F698BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698BF; }
p { color: rgb(246,152,191); }
H1.HeaderClassName
{
color: #F698BF;
}
.AnyTagClassName
{
color: #F698BF;
}
</style>
background-color css
<style>
a { background-color: #F698BF; }
a { background-color: rgb(246,152,191); }
div.DivClassName
{
background-color: #F698BF;
}
.BgClassName
{
background-color: #F698BF;
}
</style>
border-color css
<style>
span { border-color: #F698BF; }
span { border-color: rgb(246,152,191); }
td.TdClassName
{
border-color: #F698BF;
}
.TagClassName
{
border-color: #F698BF;
}
</style>