Shades of Shocking #F198C5
Tints of Shocking #F198C5
RGB
CMYK
RGB Variations
Color information
#F198C5 (or 0xF198C5) is known color: Shocking. HEX triplet: F1, 98 and C5. RGB value is (241,152,197). Sum of RGB (Red+Green+Blue) = 241+152+197=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F198C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198C5 is #0E673A. Grayscale: #B7B7B7. Windows color (decimal): -943931 or 12949745. OLE color: 12949745.
HSL color Cylindrical-coordinate representation of color #F198C5: hue angle of 329.66º 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 #F198C5 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 197 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.05 |
| HSL | 329.66º | 0.76% | 0.77% | - |
| HSV(B) | 329.66º | 0.37% | 0.95% | - |
| XYZ | 57.58 | 45.19 | 58.51 | - |
| YUV | 183.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 197 | 0 | 0.37 | 0.18 | 0.05 | 329.66 | 0.76 | 0.77 |
| Hex | F1 | 98 | C5 | 0 | 25 | 12 | 5 | 14A | 4C | 4D |
| Octal | 361 | 230 | 305 | 0 | 45 | 22 | 5 | 512 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11000101 | 0 | 100101 | 10010 | 101 | 101001010 | 1001100 | 1001101 |
Color Harmonies of #F198C5
Complementary color
Monochromatic Colors of #F198C5
Black with #F198C5
Text Example
Text Example
White with #F198C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198C5; }
p { color: rgb(241,152,197); }
H1.HeaderClassName
{
color: #F198C5;
}
.AnyTagClassName
{
color: #F198C5;
}
</style>
background-color css
<style>
a { background-color: #F198C5; }
a { background-color: rgb(241,152,197); }
div.DivClassName
{
background-color: #F198C5;
}
.BgClassName
{
background-color: #F198C5;
}
</style>
border-color css
<style>
span { border-color: #F198C5; }
span { border-color: rgb(241,152,197); }
td.TdClassName
{
border-color: #F198C5;
}
.TagClassName
{
border-color: #F198C5;
}
</style>