Shades of Shocking #F199BF
Tints of Shocking #F199BF
RGB
CMYK
RGB Variations
Color information
#F199BF (or 0xF199BF) is known color: Shocking. HEX triplet: F1, 99 and BF. RGB value is (241,153,191). Sum of RGB (Red+Green+Blue) = 241+153+191=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F199BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199BF is #0E6640. Grayscale: #B7B7B7. Windows color (decimal): -943681 or 12556785. OLE color: 12556785.
HSL color Cylindrical-coordinate representation of color #F199BF: hue angle of 334.09º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199BF is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 191 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.05 |
| HSL | 334.09º | 0.76% | 0.77% | - |
| HSV(B) | 334.09º | 0.37% | 0.95% | - |
| XYZ | 57.07 | 45.24 | 55.02 | - |
| YUV | 183.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 191 | 0 | 0.37 | 0.21 | 0.05 | 334.09 | 0.76 | 0.77 |
| Hex | F1 | 99 | BF | 0 | 25 | 15 | 5 | 14E | 4C | 4D |
| Octal | 361 | 231 | 277 | 0 | 45 | 25 | 5 | 516 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10111111 | 0 | 100101 | 10101 | 101 | 101001110 | 1001100 | 1001101 |
Color Harmonies of #F199BF
Complementary color
Monochromatic Colors of #F199BF
Black with #F199BF
Text Example
Text Example
White with #F199BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199BF; }
p { color: rgb(241,153,191); }
H1.HeaderClassName
{
color: #F199BF;
}
.AnyTagClassName
{
color: #F199BF;
}
</style>
background-color css
<style>
a { background-color: #F199BF; }
a { background-color: rgb(241,153,191); }
div.DivClassName
{
background-color: #F199BF;
}
.BgClassName
{
background-color: #F199BF;
}
</style>
border-color css
<style>
span { border-color: #F199BF; }
span { border-color: rgb(241,153,191); }
td.TdClassName
{
border-color: #F199BF;
}
.TagClassName
{
border-color: #F199BF;
}
</style>