Shades of Shocking #F199CC
Tints of Shocking #F199CC
RGB
CMYK
RGB Variations
Color information
#F199CC (or 0xF199CC) is known color: Shocking. HEX triplet: F1, 99 and CC. RGB value is (241,153,204). Sum of RGB (Red+Green+Blue) = 241+153+204=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F199CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199CC is #0E6633. Grayscale: #B9B9B9. Windows color (decimal): -943668 or 13408753. OLE color: 13408753.
HSL color Cylindrical-coordinate representation of color #F199CC: hue angle of 325.23º 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 #F199CC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 204 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.05 |
| HSL | 325.23º | 0.76% | 0.77% | - |
| HSV(B) | 325.23º | 0.37% | 0.95% | - |
| XYZ | 58.57 | 45.84 | 62.89 | - |
| YUV | 185.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 204 | 0 | 0.37 | 0.15 | 0.05 | 325.23 | 0.76 | 0.77 |
| Hex | F1 | 99 | CC | 0 | 25 | F | 5 | 145 | 4C | 4D |
| Octal | 361 | 231 | 314 | 0 | 45 | 17 | 5 | 505 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11001100 | 0 | 100101 | 1111 | 101 | 101000101 | 1001100 | 1001101 |
Color Harmonies of #F199CC
Complementary color
Monochromatic Colors of #F199CC
Black with #F199CC
Text Example
Text Example
White with #F199CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199CC; }
p { color: rgb(241,153,204); }
H1.HeaderClassName
{
color: #F199CC;
}
.AnyTagClassName
{
color: #F199CC;
}
</style>
background-color css
<style>
a { background-color: #F199CC; }
a { background-color: rgb(241,153,204); }
div.DivClassName
{
background-color: #F199CC;
}
.BgClassName
{
background-color: #F199CC;
}
</style>
border-color css
<style>
span { border-color: #F199CC; }
span { border-color: rgb(241,153,204); }
td.TdClassName
{
border-color: #F199CC;
}
.TagClassName
{
border-color: #F199CC;
}
</style>