Shades of Shocking #F19DC0
Tints of Shocking #F19DC0
RGB
CMYK
RGB Variations
Color information
#F19DC0 (or 0xF19DC0) is known color: Shocking. HEX triplet: F1, 9D and C0. RGB value is (241,157,192). Sum of RGB (Red+Green+Blue) = 241+157+192=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DC0 is #0E623F. Grayscale: #BABABA. Windows color (decimal): -942656 or 12623345. OLE color: 12623345.
HSL color Cylindrical-coordinate representation of color #F19DC0: hue angle of 335º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19DC0 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 192 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.05 |
| HSL | 335º | 0.75% | 0.78% | - |
| HSV(B) | 335º | 0.35% | 0.95% | - |
| XYZ | 57.85 | 46.62 | 55.82 | - |
| YUV | 186.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 192 | 0 | 0.35 | 0.20 | 0.05 | 335 | 0.75 | 0.78 |
| Hex | F1 | 9D | C0 | 0 | 23 | 14 | 5 | 14F | 4B | 4E |
| Octal | 361 | 235 | 300 | 0 | 43 | 24 | 5 | 517 | 113 | 116 |
| Binary | 11110001 | 10011101 | 11000000 | 0 | 100011 | 10100 | 101 | 101001111 | 1001011 | 1001110 |
Color Harmonies of #F19DC0
Complementary color
Monochromatic Colors of #F19DC0
Black with #F19DC0
Text Example
Text Example
White with #F19DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19DC0; }
p { color: rgb(241,157,192); }
H1.HeaderClassName
{
color: #F19DC0;
}
.AnyTagClassName
{
color: #F19DC0;
}
</style>
background-color css
<style>
a { background-color: #F19DC0; }
a { background-color: rgb(241,157,192); }
div.DivClassName
{
background-color: #F19DC0;
}
.BgClassName
{
background-color: #F19DC0;
}
</style>
border-color css
<style>
span { border-color: #F19DC0; }
span { border-color: rgb(241,157,192); }
td.TdClassName
{
border-color: #F19DC0;
}
.TagClassName
{
border-color: #F19DC0;
}
</style>