Shades of Shocking #F691BA
Tints of Shocking #F691BA
RGB
CMYK
RGB Variations
Color information
#F691BA (or 0xF691BA) is known color: Shocking. HEX triplet: F6, 91 and BA. RGB value is (246,145,186). Sum of RGB (Red+Green+Blue) = 246+145+186=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F691BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691BA is #096E45. Grayscale: #B3B3B3. Windows color (decimal): -618054 or 12227062. OLE color: 12227062.
HSL color Cylindrical-coordinate representation of color #F691BA: hue angle of 335.64º 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 #F691BA is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 186 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.04 |
| HSL | 335.64º | 0.85% | 0.77% | - |
| HSV(B) | 335.64º | 0.41% | 0.96% | - |
| XYZ | 56.99 | 43.39 | 51.83 | - |
| YUV | 179.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 186 | 0 | 0.41 | 0.24 | 0.04 | 335.64 | 0.85 | 0.77 |
| Hex | F6 | 91 | BA | 0 | 29 | 18 | 4 | 150 | 55 | 4D |
| Octal | 366 | 221 | 272 | 0 | 51 | 30 | 4 | 520 | 125 | 115 |
| Binary | 11110110 | 10010001 | 10111010 | 0 | 101001 | 11000 | 100 | 101010000 | 1010101 | 1001101 |
Color Harmonies of #F691BA
Complementary color
Monochromatic Colors of #F691BA
Black with #F691BA
Text Example
Text Example
White with #F691BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691BA; }
p { color: rgb(246,145,186); }
H1.HeaderClassName
{
color: #F691BA;
}
.AnyTagClassName
{
color: #F691BA;
}
</style>
background-color css
<style>
a { background-color: #F691BA; }
a { background-color: rgb(246,145,186); }
div.DivClassName
{
background-color: #F691BA;
}
.BgClassName
{
background-color: #F691BA;
}
</style>
border-color css
<style>
span { border-color: #F691BA; }
span { border-color: rgb(246,145,186); }
td.TdClassName
{
border-color: #F691BA;
}
.TagClassName
{
border-color: #F691BA;
}
</style>