Shades of Shocking #F198C9
Tints of Shocking #F198C9
RGB
CMYK
RGB Variations
Color information
#F198C9 (or 0xF198C9) is known color: Shocking. HEX triplet: F1, 98 and C9. RGB value is (241,152,201). Sum of RGB (Red+Green+Blue) = 241+152+201=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F198C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198C9 is #0E6736. Grayscale: #B8B8B8. Windows color (decimal): -943927 or 13211889. OLE color: 13211889.
HSL color Cylindrical-coordinate representation of color #F198C9: hue angle of 326.97º 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 #F198C9 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 201 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.05 |
| HSL | 326.97º | 0.76% | 0.77% | - |
| HSV(B) | 326.97º | 0.37% | 0.95% | - |
| XYZ | 58.05 | 45.37 | 60.96 | - |
| YUV | 184.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 201 | 0 | 0.37 | 0.17 | 0.05 | 326.97 | 0.76 | 0.77 |
| Hex | F1 | 98 | C9 | 0 | 25 | 11 | 5 | 147 | 4C | 4D |
| Octal | 361 | 230 | 311 | 0 | 45 | 21 | 5 | 507 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11001001 | 0 | 100101 | 10001 | 101 | 101000111 | 1001100 | 1001101 |
Color Harmonies of #F198C9
Complementary color
Monochromatic Colors of #F198C9
Black with #F198C9
Text Example
Text Example
White with #F198C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198C9; }
p { color: rgb(241,152,201); }
H1.HeaderClassName
{
color: #F198C9;
}
.AnyTagClassName
{
color: #F198C9;
}
</style>
background-color css
<style>
a { background-color: #F198C9; }
a { background-color: rgb(241,152,201); }
div.DivClassName
{
background-color: #F198C9;
}
.BgClassName
{
background-color: #F198C9;
}
</style>
border-color css
<style>
span { border-color: #F198C9; }
span { border-color: rgb(241,152,201); }
td.TdClassName
{
border-color: #F198C9;
}
.TagClassName
{
border-color: #F198C9;
}
</style>