Shades of Shocking #F198C2
Tints of Shocking #F198C2
RGB
CMYK
RGB Variations
Color information
#F198C2 (or 0xF198C2) is known color: Shocking. HEX triplet: F1, 98 and C2. RGB value is (241,152,194). Sum of RGB (Red+Green+Blue) = 241+152+194=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F198C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198C2 is #0E673D. Grayscale: #B7B7B7. Windows color (decimal): -943934 or 12753137. OLE color: 12753137.
HSL color Cylindrical-coordinate representation of color #F198C2: hue angle of 331.69º 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 #F198C2 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 194 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.05 |
| HSL | 331.69º | 0.76% | 0.77% | - |
| HSV(B) | 331.69º | 0.37% | 0.95% | - |
| XYZ | 57.24 | 45.05 | 56.72 | - |
| YUV | 183.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 194 | 0 | 0.37 | 0.20 | 0.05 | 331.69 | 0.76 | 0.77 |
| Hex | F1 | 98 | C2 | 0 | 25 | 14 | 5 | 14C | 4C | 4D |
| Octal | 361 | 230 | 302 | 0 | 45 | 24 | 5 | 514 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11000010 | 0 | 100101 | 10100 | 101 | 101001100 | 1001100 | 1001101 |
Color Harmonies of #F198C2
Complementary color
Monochromatic Colors of #F198C2
Black with #F198C2
Text Example
Text Example
White with #F198C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198C2; }
p { color: rgb(241,152,194); }
H1.HeaderClassName
{
color: #F198C2;
}
.AnyTagClassName
{
color: #F198C2;
}
</style>
background-color css
<style>
a { background-color: #F198C2; }
a { background-color: rgb(241,152,194); }
div.DivClassName
{
background-color: #F198C2;
}
.BgClassName
{
background-color: #F198C2;
}
</style>
border-color css
<style>
span { border-color: #F198C2; }
span { border-color: rgb(241,152,194); }
td.TdClassName
{
border-color: #F198C2;
}
.TagClassName
{
border-color: #F198C2;
}
</style>