Shades of Shocking #F694BC
Tints of Shocking #F694BC
RGB
CMYK
RGB Variations
Color information
#F694BC (or 0xF694BC) is known color: Shocking. HEX triplet: F6, 94 and BC. RGB value is (246,148,188). Sum of RGB (Red+Green+Blue) = 246+148+188=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F694BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694BC is #096B43. Grayscale: #B5B5B5. Windows color (decimal): -617284 or 12358902. OLE color: 12358902.
HSL color Cylindrical-coordinate representation of color #F694BC: hue angle of 335.51º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694BC is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 188 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.04 |
| HSL | 335.51º | 0.84% | 0.77% | - |
| HSV(B) | 335.51º | 0.4% | 0.96% | - |
| XYZ | 57.67 | 44.4 | 53.11 | - |
| YUV | 181.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 188 | 0 | 0.40 | 0.24 | 0.04 | 335.51 | 0.84 | 0.77 |
| Hex | F6 | 94 | BC | 0 | 28 | 18 | 4 | 150 | 54 | 4D |
| Octal | 366 | 224 | 274 | 0 | 50 | 30 | 4 | 520 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10111100 | 0 | 101000 | 11000 | 100 | 101010000 | 1010100 | 1001101 |
Color Harmonies of #F694BC
Complementary color
Monochromatic Colors of #F694BC
Black with #F694BC
Text Example
Text Example
White with #F694BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694BC; }
p { color: rgb(246,148,188); }
H1.HeaderClassName
{
color: #F694BC;
}
.AnyTagClassName
{
color: #F694BC;
}
</style>
background-color css
<style>
a { background-color: #F694BC; }
a { background-color: rgb(246,148,188); }
div.DivClassName
{
background-color: #F694BC;
}
.BgClassName
{
background-color: #F694BC;
}
</style>
border-color css
<style>
span { border-color: #F694BC; }
span { border-color: rgb(246,148,188); }
td.TdClassName
{
border-color: #F694BC;
}
.TagClassName
{
border-color: #F694BC;
}
</style>