Shades of Shocking #F691BD
Tints of Shocking #F691BD
RGB
CMYK
RGB Variations
Color information
#F691BD (or 0xF691BD) is known color: Shocking. HEX triplet: F6, 91 and BD. RGB value is (246,145,189). Sum of RGB (Red+Green+Blue) = 246+145+189=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F691BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F691BD is #096E42. Grayscale: #B4B4B4. Windows color (decimal): -618051 or 12423670. OLE color: 12423670.
HSL color Cylindrical-coordinate representation of color #F691BD: hue angle of 333.86º 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 #F691BD is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 189 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.04 |
| HSL | 333.86º | 0.85% | 0.77% | - |
| HSV(B) | 333.86º | 0.41% | 0.96% | - |
| XYZ | 57.32 | 43.52 | 53.52 | - |
| YUV | 180.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 189 | 0 | 0.41 | 0.23 | 0.04 | 333.86 | 0.85 | 0.77 |
| Hex | F6 | 91 | BD | 0 | 29 | 17 | 4 | 14E | 55 | 4D |
| Octal | 366 | 221 | 275 | 0 | 51 | 27 | 4 | 516 | 125 | 115 |
| Binary | 11110110 | 10010001 | 10111101 | 0 | 101001 | 10111 | 100 | 101001110 | 1010101 | 1001101 |
Color Harmonies of #F691BD
Complementary color
Monochromatic Colors of #F691BD
Black with #F691BD
Text Example
Text Example
White with #F691BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F691BD; }
p { color: rgb(246,145,189); }
H1.HeaderClassName
{
color: #F691BD;
}
.AnyTagClassName
{
color: #F691BD;
}
</style>
background-color css
<style>
a { background-color: #F691BD; }
a { background-color: rgb(246,145,189); }
div.DivClassName
{
background-color: #F691BD;
}
.BgClassName
{
background-color: #F691BD;
}
</style>
border-color css
<style>
span { border-color: #F691BD; }
span { border-color: rgb(246,145,189); }
td.TdClassName
{
border-color: #F691BD;
}
.TagClassName
{
border-color: #F691BD;
}
</style>