Shades of Shocking #F199D0
Tints of Shocking #F199D0
RGB
CMYK
RGB Variations
Color information
#F199D0 (or 0xF199D0) is known color: Shocking. HEX triplet: F1, 99 and D0. RGB value is (241,153,208). Sum of RGB (Red+Green+Blue) = 241+153+208=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F199D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199D0 is #0E662F. Grayscale: #B9B9B9. Windows color (decimal): -943664 or 13670897. OLE color: 13670897.
HSL color Cylindrical-coordinate representation of color #F199D0: hue angle of 322.5º 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 #F199D0 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 208 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.05 |
| HSL | 322.5º | 0.76% | 0.77% | - |
| HSV(B) | 322.5º | 0.37% | 0.95% | - |
| XYZ | 59.05 | 46.04 | 65.45 | - |
| YUV | 185.58 | 140.65 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 208 | 0 | 0.37 | 0.14 | 0.05 | 322.5 | 0.76 | 0.77 |
| Hex | F1 | 99 | D0 | 0 | 25 | E | 5 | 142 | 4C | 4D |
| Octal | 361 | 231 | 320 | 0 | 45 | 16 | 5 | 502 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11010000 | 0 | 100101 | 1110 | 101 | 101000010 | 1001100 | 1001101 |
Color Harmonies of #F199D0
Complementary color
Monochromatic Colors of #F199D0
Black with #F199D0
Text Example
Text Example
White with #F199D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199D0; }
p { color: rgb(241,153,208); }
H1.HeaderClassName
{
color: #F199D0;
}
.AnyTagClassName
{
color: #F199D0;
}
</style>
background-color css
<style>
a { background-color: #F199D0; }
a { background-color: rgb(241,153,208); }
div.DivClassName
{
background-color: #F199D0;
}
.BgClassName
{
background-color: #F199D0;
}
</style>
border-color css
<style>
span { border-color: #F199D0; }
span { border-color: rgb(241,153,208); }
td.TdClassName
{
border-color: #F199D0;
}
.TagClassName
{
border-color: #F199D0;
}
</style>