Shades of Shocking #F692BE
Tints of Shocking #F692BE
RGB
CMYK
RGB Variations
Color information
#F692BE (or 0xF692BE) is known color: Shocking. HEX triplet: F6, 92 and BE. RGB value is (246,146,190). Sum of RGB (Red+Green+Blue) = 246+146+190=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F692BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692BE is #096D41. Grayscale: #B4B4B4. Windows color (decimal): -617794 or 12489462. OLE color: 12489462.
HSL color Cylindrical-coordinate representation of color #F692BE: hue angle of 333.6º 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 #F692BE is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 190 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.04 |
| HSL | 333.6º | 0.85% | 0.77% | - |
| HSV(B) | 333.6º | 0.41% | 0.96% | - |
| XYZ | 57.58 | 43.87 | 54.15 | - |
| YUV | 180.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 190 | 0 | 0.41 | 0.23 | 0.04 | 333.6 | 0.85 | 0.77 |
| Hex | F6 | 92 | BE | 0 | 29 | 17 | 4 | 14E | 55 | 4D |
| Octal | 366 | 222 | 276 | 0 | 51 | 27 | 4 | 516 | 125 | 115 |
| Binary | 11110110 | 10010010 | 10111110 | 0 | 101001 | 10111 | 100 | 101001110 | 1010101 | 1001101 |
Color Harmonies of #F692BE
Complementary color
Monochromatic Colors of #F692BE
Black with #F692BE
Text Example
Text Example
White with #F692BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692BE; }
p { color: rgb(246,146,190); }
H1.HeaderClassName
{
color: #F692BE;
}
.AnyTagClassName
{
color: #F692BE;
}
</style>
background-color css
<style>
a { background-color: #F692BE; }
a { background-color: rgb(246,146,190); }
div.DivClassName
{
background-color: #F692BE;
}
.BgClassName
{
background-color: #F692BE;
}
</style>
border-color css
<style>
span { border-color: #F692BE; }
span { border-color: rgb(246,146,190); }
td.TdClassName
{
border-color: #F692BE;
}
.TagClassName
{
border-color: #F692BE;
}
</style>