Shades of Shocking #F197C8
Tints of Shocking #F197C8
RGB
CMYK
RGB Variations
Color information
#F197C8 (or 0xF197C8) is known color: Shocking. HEX triplet: F1, 97 and C8. RGB value is (241,151,200). Sum of RGB (Red+Green+Blue) = 241+151+200=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F197C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197C8 is #0E6837. Grayscale: #B7B7B7. Windows color (decimal): -944184 or 13146097. OLE color: 13146097.
HSL color Cylindrical-coordinate representation of color #F197C8: hue angle of 327.33º 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 #F197C8 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 200 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.05 |
| HSL | 327.33º | 0.76% | 0.77% | - |
| HSV(B) | 327.33º | 0.37% | 0.95% | - |
| XYZ | 57.77 | 45 | 60.29 | - |
| YUV | 183.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 200 | 0 | 0.37 | 0.17 | 0.05 | 327.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | C8 | 0 | 25 | 11 | 5 | 147 | 4C | 4D |
| Octal | 361 | 227 | 310 | 0 | 45 | 21 | 5 | 507 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11001000 | 0 | 100101 | 10001 | 101 | 101000111 | 1001100 | 1001101 |
Color Harmonies of #F197C8
Complementary color
Monochromatic Colors of #F197C8
Black with #F197C8
Text Example
Text Example
White with #F197C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197C8; }
p { color: rgb(241,151,200); }
H1.HeaderClassName
{
color: #F197C8;
}
.AnyTagClassName
{
color: #F197C8;
}
</style>
background-color css
<style>
a { background-color: #F197C8; }
a { background-color: rgb(241,151,200); }
div.DivClassName
{
background-color: #F197C8;
}
.BgClassName
{
background-color: #F197C8;
}
</style>
border-color css
<style>
span { border-color: #F197C8; }
span { border-color: rgb(241,151,200); }
td.TdClassName
{
border-color: #F197C8;
}
.TagClassName
{
border-color: #F197C8;
}
</style>