Shades of Shocking #F692BA
Tints of Shocking #F692BA
RGB
CMYK
RGB Variations
Color information
#F692BA (or 0xF692BA) is known color: Shocking. HEX triplet: F6, 92 and BA. RGB value is (246,146,186). Sum of RGB (Red+Green+Blue) = 246+146+186=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F692BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692BA is #096D45. Grayscale: #B4B4B4. Windows color (decimal): -617798 or 12227318. OLE color: 12227318.
HSL color Cylindrical-coordinate representation of color #F692BA: hue angle of 336º 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 #F692BA is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 186 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.04 |
| HSL | 336º | 0.85% | 0.77% | - |
| HSV(B) | 336º | 0.41% | 0.96% | - |
| XYZ | 57.15 | 43.7 | 51.88 | - |
| YUV | 180.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 186 | 0 | 0.41 | 0.24 | 0.04 | 336 | 0.85 | 0.77 |
| Hex | F6 | 92 | BA | 0 | 29 | 18 | 4 | 150 | 55 | 4D |
| Octal | 366 | 222 | 272 | 0 | 51 | 30 | 4 | 520 | 125 | 115 |
| Binary | 11110110 | 10010010 | 10111010 | 0 | 101001 | 11000 | 100 | 101010000 | 1010101 | 1001101 |
Color Harmonies of #F692BA
Complementary color
Monochromatic Colors of #F692BA
Black with #F692BA
Text Example
Text Example
White with #F692BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692BA; }
p { color: rgb(246,146,186); }
H1.HeaderClassName
{
color: #F692BA;
}
.AnyTagClassName
{
color: #F692BA;
}
</style>
background-color css
<style>
a { background-color: #F692BA; }
a { background-color: rgb(246,146,186); }
div.DivClassName
{
background-color: #F692BA;
}
.BgClassName
{
background-color: #F692BA;
}
</style>
border-color css
<style>
span { border-color: #F692BA; }
span { border-color: rgb(246,146,186); }
td.TdClassName
{
border-color: #F692BA;
}
.TagClassName
{
border-color: #F692BA;
}
</style>