Shades of Shocking #F199BA
Tints of Shocking #F199BA
RGB
CMYK
RGB Variations
Color information
#F199BA (or 0xF199BA) is known color: Shocking. HEX triplet: F1, 99 and BA. RGB value is (241,153,186). Sum of RGB (Red+Green+Blue) = 241+153+186=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F199BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199BA is #0E6645. Grayscale: #B7B7B7. Windows color (decimal): -943686 or 12229105. OLE color: 12229105.
HSL color Cylindrical-coordinate representation of color #F199BA: hue angle of 337.5º 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 #F199BA is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 186 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.05 |
| HSL | 337.5º | 0.76% | 0.77% | - |
| HSV(B) | 337.5º | 0.37% | 0.95% | - |
| XYZ | 56.53 | 45.03 | 52.17 | - |
| YUV | 183.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 186 | 0 | 0.37 | 0.23 | 0.05 | 337.5 | 0.76 | 0.77 |
| Hex | F1 | 99 | BA | 0 | 25 | 17 | 5 | 152 | 4C | 4D |
| Octal | 361 | 231 | 272 | 0 | 45 | 27 | 5 | 522 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10111010 | 0 | 100101 | 10111 | 101 | 101010010 | 1001100 | 1001101 |
Color Harmonies of #F199BA
Complementary color
Monochromatic Colors of #F199BA
Black with #F199BA
Text Example
Text Example
White with #F199BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199BA; }
p { color: rgb(241,153,186); }
H1.HeaderClassName
{
color: #F199BA;
}
.AnyTagClassName
{
color: #F199BA;
}
</style>
background-color css
<style>
a { background-color: #F199BA; }
a { background-color: rgb(241,153,186); }
div.DivClassName
{
background-color: #F199BA;
}
.BgClassName
{
background-color: #F199BA;
}
</style>
border-color css
<style>
span { border-color: #F199BA; }
span { border-color: rgb(241,153,186); }
td.TdClassName
{
border-color: #F199BA;
}
.TagClassName
{
border-color: #F199BA;
}
</style>