Shades of Shocking #F695BE
Tints of Shocking #F695BE
RGB
CMYK
RGB Variations
Color information
#F695BE (or 0xF695BE) is known color: Shocking. HEX triplet: F6, 95 and BE. RGB value is (246,149,190). Sum of RGB (Red+Green+Blue) = 246+149+190=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F695BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F695BE is #096A41. Grayscale: #B6B6B6. Windows color (decimal): -617026 or 12490230. OLE color: 12490230.
HSL color Cylindrical-coordinate representation of color #F695BE: hue angle of 334.64º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695BE is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 190 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.04 |
| HSL | 334.64º | 0.84% | 0.77% | - |
| HSV(B) | 334.64º | 0.39% | 0.96% | - |
| XYZ | 58.05 | 44.81 | 54.3 | - |
| YUV | 182.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 190 | 0 | 0.39 | 0.23 | 0.04 | 334.64 | 0.84 | 0.77 |
| Hex | F6 | 95 | BE | 0 | 27 | 17 | 4 | 14F | 54 | 4D |
| Octal | 366 | 225 | 276 | 0 | 47 | 27 | 4 | 517 | 124 | 115 |
| Binary | 11110110 | 10010101 | 10111110 | 0 | 100111 | 10111 | 100 | 101001111 | 1010100 | 1001101 |
Color Harmonies of #F695BE
Complementary color
Monochromatic Colors of #F695BE
Black with #F695BE
Text Example
Text Example
White with #F695BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695BE; }
p { color: rgb(246,149,190); }
H1.HeaderClassName
{
color: #F695BE;
}
.AnyTagClassName
{
color: #F695BE;
}
</style>
background-color css
<style>
a { background-color: #F695BE; }
a { background-color: rgb(246,149,190); }
div.DivClassName
{
background-color: #F695BE;
}
.BgClassName
{
background-color: #F695BE;
}
</style>
border-color css
<style>
span { border-color: #F695BE; }
span { border-color: rgb(246,149,190); }
td.TdClassName
{
border-color: #F695BE;
}
.TagClassName
{
border-color: #F695BE;
}
</style>