Shades of Shocking #F994BC
Tints of Shocking #F994BC
RGB
CMYK
RGB Variations
Color information
#F994BC (or 0xF994BC) is known color: Shocking. HEX triplet: F9, 94 and BC. RGB value is (249,148,188). Sum of RGB (Red+Green+Blue) = 249+148+188=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F994BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994BC is #066B43. Grayscale: #B6B6B6. Windows color (decimal): -420676 or 12358905. OLE color: 12358905.
HSL color Cylindrical-coordinate representation of color #F994BC: hue angle of 336.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994BC is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 188 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.02 |
| HSL | 336.24º | 0.89% | 0.78% | - |
| HSV(B) | 336.24º | 0.41% | 0.98% | - |
| XYZ | 58.73 | 44.95 | 53.16 | - |
| YUV | 182.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 188 | 0 | 0.41 | 0.24 | 0.02 | 336.24 | 0.89 | 0.78 |
| Hex | F9 | 94 | BC | 0 | 29 | 18 | 2 | 150 | 59 | 4E |
| Octal | 371 | 224 | 274 | 0 | 51 | 30 | 2 | 520 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10111100 | 0 | 101001 | 11000 | 10 | 101010000 | 1011001 | 1001110 |
Color Harmonies of #F994BC
Complementary color
Monochromatic Colors of #F994BC
Black with #F994BC
Text Example
Text Example
White with #F994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994BC; }
p { color: rgb(249,148,188); }
H1.HeaderClassName
{
color: #F994BC;
}
.AnyTagClassName
{
color: #F994BC;
}
</style>
background-color css
<style>
a { background-color: #F994BC; }
a { background-color: rgb(249,148,188); }
div.DivClassName
{
background-color: #F994BC;
}
.BgClassName
{
background-color: #F994BC;
}
</style>
border-color css
<style>
span { border-color: #F994BC; }
span { border-color: rgb(249,148,188); }
td.TdClassName
{
border-color: #F994BC;
}
.TagClassName
{
border-color: #F994BC;
}
</style>