Shades of Shocking #F19FBB
Tints of Shocking #F19FBB
RGB
CMYK
RGB Variations
Color information
#F19FBB (or 0xF19FBB) is known color: Shocking. HEX triplet: F1, 9F and BB. RGB value is (241,159,187). Sum of RGB (Red+Green+Blue) = 241+159+187=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FBB is #0E6044. Grayscale: #BABABA. Windows color (decimal): -942149 or 12296177. OLE color: 12296177.
HSL color Cylindrical-coordinate representation of color #F19FBB: hue angle of 339.51º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FBB is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 187 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.05 |
| HSL | 339.51º | 0.75% | 0.78% | - |
| HSV(B) | 339.51º | 0.34% | 0.95% | - |
| XYZ | 57.64 | 47.08 | 53.06 | - |
| YUV | 186.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 187 | 0 | 0.34 | 0.22 | 0.05 | 339.51 | 0.75 | 0.78 |
| Hex | F1 | 9F | BB | 0 | 22 | 16 | 5 | 154 | 4B | 4E |
| Octal | 361 | 237 | 273 | 0 | 42 | 26 | 5 | 524 | 113 | 116 |
| Binary | 11110001 | 10011111 | 10111011 | 0 | 100010 | 10110 | 101 | 101010100 | 1001011 | 1001110 |
Color Harmonies of #F19FBB
Complementary color
Monochromatic Colors of #F19FBB
Black with #F19FBB
Text Example
Text Example
White with #F19FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FBB; }
p { color: rgb(241,159,187); }
H1.HeaderClassName
{
color: #F19FBB;
}
.AnyTagClassName
{
color: #F19FBB;
}
</style>
background-color css
<style>
a { background-color: #F19FBB; }
a { background-color: rgb(241,159,187); }
div.DivClassName
{
background-color: #F19FBB;
}
.BgClassName
{
background-color: #F19FBB;
}
</style>
border-color css
<style>
span { border-color: #F19FBB; }
span { border-color: rgb(241,159,187); }
td.TdClassName
{
border-color: #F19FBB;
}
.TagClassName
{
border-color: #F19FBB;
}
</style>