Shades of Shocking #F199C3
Tints of Shocking #F199C3
RGB
CMYK
RGB Variations
Color information
#F199C3 (or 0xF199C3) is known color: Shocking. HEX triplet: F1, 99 and C3. RGB value is (241,153,195). Sum of RGB (Red+Green+Blue) = 241+153+195=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F199C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199C3 is #0E663C. Grayscale: #B8B8B8. Windows color (decimal): -943677 or 12818929. OLE color: 12818929.
HSL color Cylindrical-coordinate representation of color #F199C3: hue angle of 331.36º 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 #F199C3 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 195 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.05 |
| HSL | 331.36º | 0.76% | 0.77% | - |
| HSV(B) | 331.36º | 0.37% | 0.95% | - |
| XYZ | 57.52 | 45.42 | 57.37 | - |
| YUV | 184.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 195 | 0 | 0.37 | 0.19 | 0.05 | 331.36 | 0.76 | 0.77 |
| Hex | F1 | 99 | C3 | 0 | 25 | 13 | 5 | 14B | 4C | 4D |
| Octal | 361 | 231 | 303 | 0 | 45 | 23 | 5 | 513 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11000011 | 0 | 100101 | 10011 | 101 | 101001011 | 1001100 | 1001101 |
Color Harmonies of #F199C3
Complementary color
Monochromatic Colors of #F199C3
Black with #F199C3
Text Example
Text Example
White with #F199C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199C3; }
p { color: rgb(241,153,195); }
H1.HeaderClassName
{
color: #F199C3;
}
.AnyTagClassName
{
color: #F199C3;
}
</style>
background-color css
<style>
a { background-color: #F199C3; }
a { background-color: rgb(241,153,195); }
div.DivClassName
{
background-color: #F199C3;
}
.BgClassName
{
background-color: #F199C3;
}
</style>
border-color css
<style>
span { border-color: #F199C3; }
span { border-color: rgb(241,153,195); }
td.TdClassName
{
border-color: #F199C3;
}
.TagClassName
{
border-color: #F199C3;
}
</style>