Shades of Shocking #F692BD
Tints of Shocking #F692BD
RGB
CMYK
RGB Variations
Color information
#F692BD (or 0xF692BD) is known color: Shocking. HEX triplet: F6, 92 and BD. RGB value is (246,146,189). Sum of RGB (Red+Green+Blue) = 246+146+189=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F692BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692BD is #096D42. Grayscale: #B4B4B4. Windows color (decimal): -617795 or 12423926. OLE color: 12423926.
HSL color Cylindrical-coordinate representation of color #F692BD: hue angle of 334.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692BD is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 189 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.04 |
| HSL | 334.2º | 0.85% | 0.77% | - |
| HSV(B) | 334.2º | 0.41% | 0.96% | - |
| XYZ | 57.47 | 43.82 | 53.57 | - |
| YUV | 180.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 189 | 0 | 0.41 | 0.23 | 0.04 | 334.2 | 0.85 | 0.77 |
| Hex | F6 | 92 | BD | 0 | 29 | 17 | 4 | 14E | 55 | 4D |
| Octal | 366 | 222 | 275 | 0 | 51 | 27 | 4 | 516 | 125 | 115 |
| Binary | 11110110 | 10010010 | 10111101 | 0 | 101001 | 10111 | 100 | 101001110 | 1010101 | 1001101 |
Color Harmonies of #F692BD
Complementary color
Monochromatic Colors of #F692BD
Black with #F692BD
Text Example
Text Example
White with #F692BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692BD; }
p { color: rgb(246,146,189); }
H1.HeaderClassName
{
color: #F692BD;
}
.AnyTagClassName
{
color: #F692BD;
}
</style>
background-color css
<style>
a { background-color: #F692BD; }
a { background-color: rgb(246,146,189); }
div.DivClassName
{
background-color: #F692BD;
}
.BgClassName
{
background-color: #F692BD;
}
</style>
border-color css
<style>
span { border-color: #F692BD; }
span { border-color: rgb(246,146,189); }
td.TdClassName
{
border-color: #F692BD;
}
.TagClassName
{
border-color: #F692BD;
}
</style>