Shades of Shocking #F19CC0
Tints of Shocking #F19CC0
RGB
CMYK
RGB Variations
Color information
#F19CC0 (or 0xF19CC0) is known color: Shocking. HEX triplet: F1, 9C and C0. RGB value is (241,156,192). Sum of RGB (Red+Green+Blue) = 241+156+192=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CC0 is #0E633F. Grayscale: #B9B9B9. Windows color (decimal): -942912 or 12623089. OLE color: 12623089.
HSL color Cylindrical-coordinate representation of color #F19CC0: hue angle of 334.59º 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 #F19CC0 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 192 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.05 |
| HSL | 334.59º | 0.75% | 0.78% | - |
| HSV(B) | 334.59º | 0.35% | 0.95% | - |
| XYZ | 57.68 | 46.28 | 55.76 | - |
| YUV | 185.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 192 | 0 | 0.35 | 0.20 | 0.05 | 334.59 | 0.75 | 0.78 |
| Hex | F1 | 9C | C0 | 0 | 23 | 14 | 5 | 14F | 4B | 4E |
| Octal | 361 | 234 | 300 | 0 | 43 | 24 | 5 | 517 | 113 | 116 |
| Binary | 11110001 | 10011100 | 11000000 | 0 | 100011 | 10100 | 101 | 101001111 | 1001011 | 1001110 |
Color Harmonies of #F19CC0
Complementary color
Monochromatic Colors of #F19CC0
Black with #F19CC0
Text Example
Text Example
White with #F19CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CC0; }
p { color: rgb(241,156,192); }
H1.HeaderClassName
{
color: #F19CC0;
}
.AnyTagClassName
{
color: #F19CC0;
}
</style>
background-color css
<style>
a { background-color: #F19CC0; }
a { background-color: rgb(241,156,192); }
div.DivClassName
{
background-color: #F19CC0;
}
.BgClassName
{
background-color: #F19CC0;
}
</style>
border-color css
<style>
span { border-color: #F19CC0; }
span { border-color: rgb(241,156,192); }
td.TdClassName
{
border-color: #F19CC0;
}
.TagClassName
{
border-color: #F19CC0;
}
</style>