Shades of Shocking #F993BF
Tints of Shocking #F993BF
RGB
CMYK
RGB Variations
Color information
#F993BF (or 0xF993BF) is known color: Shocking. HEX triplet: F9, 93 and BF. RGB value is (249,147,191). Sum of RGB (Red+Green+Blue) = 249+147+191=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F993BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993BF is #066C40. Grayscale: #B6B6B6. Windows color (decimal): -420929 or 12555257. OLE color: 12555257.
HSL color Cylindrical-coordinate representation of color #F993BF: hue angle of 334.12º 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 #F993BF is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 191 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.02 |
| HSL | 334.12º | 0.89% | 0.78% | - |
| HSV(B) | 334.12º | 0.41% | 0.98% | - |
| XYZ | 58.9 | 44.77 | 54.83 | - |
| YUV | 182.51 | 132.79 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 191 | 0 | 0.41 | 0.23 | 0.02 | 334.12 | 0.89 | 0.78 |
| Hex | F9 | 93 | BF | 0 | 29 | 17 | 2 | 14E | 59 | 4E |
| Octal | 371 | 223 | 277 | 0 | 51 | 27 | 2 | 516 | 131 | 116 |
| Binary | 11111001 | 10010011 | 10111111 | 0 | 101001 | 10111 | 10 | 101001110 | 1011001 | 1001110 |
Color Harmonies of #F993BF
Complementary color
Monochromatic Colors of #F993BF
Black with #F993BF
Text Example
Text Example
White with #F993BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993BF; }
p { color: rgb(249,147,191); }
H1.HeaderClassName
{
color: #F993BF;
}
.AnyTagClassName
{
color: #F993BF;
}
</style>
background-color css
<style>
a { background-color: #F993BF; }
a { background-color: rgb(249,147,191); }
div.DivClassName
{
background-color: #F993BF;
}
.BgClassName
{
background-color: #F993BF;
}
</style>
border-color css
<style>
span { border-color: #F993BF; }
span { border-color: rgb(249,147,191); }
td.TdClassName
{
border-color: #F993BF;
}
.TagClassName
{
border-color: #F993BF;
}
</style>