Shades of Shocking #F199CF
Tints of Shocking #F199CF
RGB
CMYK
RGB Variations
Color information
#F199CF (or 0xF199CF) is known color: Shocking. HEX triplet: F1, 99 and CF. RGB value is (241,153,207). Sum of RGB (Red+Green+Blue) = 241+153+207=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F199CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199CF is #0E6630. Grayscale: #B9B9B9. Windows color (decimal): -943665 or 13605361. OLE color: 13605361.
HSL color Cylindrical-coordinate representation of color #F199CF: hue angle of 323.18º 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 #F199CF is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 207 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.05 |
| HSL | 323.18º | 0.76% | 0.77% | - |
| HSV(B) | 323.18º | 0.37% | 0.95% | - |
| XYZ | 58.93 | 45.99 | 64.8 | - |
| YUV | 185.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 207 | 0 | 0.37 | 0.14 | 0.05 | 323.18 | 0.76 | 0.77 |
| Hex | F1 | 99 | CF | 0 | 25 | E | 5 | 143 | 4C | 4D |
| Octal | 361 | 231 | 317 | 0 | 45 | 16 | 5 | 503 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11001111 | 0 | 100101 | 1110 | 101 | 101000011 | 1001100 | 1001101 |
Color Harmonies of #F199CF
Complementary color
Monochromatic Colors of #F199CF
Black with #F199CF
Text Example
Text Example
White with #F199CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199CF; }
p { color: rgb(241,153,207); }
H1.HeaderClassName
{
color: #F199CF;
}
.AnyTagClassName
{
color: #F199CF;
}
</style>
background-color css
<style>
a { background-color: #F199CF; }
a { background-color: rgb(241,153,207); }
div.DivClassName
{
background-color: #F199CF;
}
.BgClassName
{
background-color: #F199CF;
}
</style>
border-color css
<style>
span { border-color: #F199CF; }
span { border-color: rgb(241,153,207); }
td.TdClassName
{
border-color: #F199CF;
}
.TagClassName
{
border-color: #F199CF;
}
</style>