Shades of Shocking #F19EBA
Tints of Shocking #F19EBA
RGB
CMYK
RGB Variations
Color information
#F19EBA (or 0xF19EBA) is known color: Shocking. HEX triplet: F1, 9E and BA. RGB value is (241,158,186). Sum of RGB (Red+Green+Blue) = 241+158+186=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EBA is #0E6145. Grayscale: #B9B9B9. Windows color (decimal): -942406 or 12230385. OLE color: 12230385.
HSL color Cylindrical-coordinate representation of color #F19EBA: hue angle of 339.76º 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 #F19EBA is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 186 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.05 |
| HSL | 339.76º | 0.75% | 0.78% | - |
| HSV(B) | 339.76º | 0.34% | 0.95% | - |
| XYZ | 57.37 | 46.7 | 52.44 | - |
| YUV | 186.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 186 | 0 | 0.34 | 0.23 | 0.05 | 339.76 | 0.75 | 0.78 |
| Hex | F1 | 9E | BA | 0 | 22 | 17 | 5 | 154 | 4B | 4E |
| Octal | 361 | 236 | 272 | 0 | 42 | 27 | 5 | 524 | 113 | 116 |
| Binary | 11110001 | 10011110 | 10111010 | 0 | 100010 | 10111 | 101 | 101010100 | 1001011 | 1001110 |
Color Harmonies of #F19EBA
Complementary color
Monochromatic Colors of #F19EBA
Black with #F19EBA
Text Example
Text Example
White with #F19EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EBA; }
p { color: rgb(241,158,186); }
H1.HeaderClassName
{
color: #F19EBA;
}
.AnyTagClassName
{
color: #F19EBA;
}
</style>
background-color css
<style>
a { background-color: #F19EBA; }
a { background-color: rgb(241,158,186); }
div.DivClassName
{
background-color: #F19EBA;
}
.BgClassName
{
background-color: #F19EBA;
}
</style>
border-color css
<style>
span { border-color: #F19EBA; }
span { border-color: rgb(241,158,186); }
td.TdClassName
{
border-color: #F19EBA;
}
.TagClassName
{
border-color: #F19EBA;
}
</style>