Shades of Shocking #F698BE
Tints of Shocking #F698BE
RGB
CMYK
RGB Variations
Color information
#F698BE (or 0xF698BE) is known color: Shocking. HEX triplet: F6, 98 and BE. RGB value is (246,152,190). Sum of RGB (Red+Green+Blue) = 246+152+190=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F698BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698BE is #096741. Grayscale: #B8B8B8. Windows color (decimal): -616258 or 12490998. OLE color: 12490998.
HSL color Cylindrical-coordinate representation of color #F698BE: hue angle of 335.74º 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 #F698BE is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 190 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.04 |
| HSL | 335.74º | 0.84% | 0.78% | - |
| HSV(B) | 335.74º | 0.38% | 0.96% | - |
| XYZ | 58.53 | 45.77 | 54.46 | - |
| YUV | 184.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 190 | 0 | 0.38 | 0.23 | 0.04 | 335.74 | 0.84 | 0.78 |
| Hex | F6 | 98 | BE | 0 | 26 | 17 | 4 | 150 | 54 | 4E |
| Octal | 366 | 230 | 276 | 0 | 46 | 27 | 4 | 520 | 124 | 116 |
| Binary | 11110110 | 10011000 | 10111110 | 0 | 100110 | 10111 | 100 | 101010000 | 1010100 | 1001110 |
Color Harmonies of #F698BE
Complementary color
Monochromatic Colors of #F698BE
Black with #F698BE
Text Example
Text Example
White with #F698BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F698BE; }
p { color: rgb(246,152,190); }
H1.HeaderClassName
{
color: #F698BE;
}
.AnyTagClassName
{
color: #F698BE;
}
</style>
background-color css
<style>
a { background-color: #F698BE; }
a { background-color: rgb(246,152,190); }
div.DivClassName
{
background-color: #F698BE;
}
.BgClassName
{
background-color: #F698BE;
}
</style>
border-color css
<style>
span { border-color: #F698BE; }
span { border-color: rgb(246,152,190); }
td.TdClassName
{
border-color: #F698BE;
}
.TagClassName
{
border-color: #F698BE;
}
</style>