Shades of Shocking #F197CF
Tints of Shocking #F197CF
RGB
CMYK
RGB Variations
Color information
#F197CF (or 0xF197CF) is known color: Shocking. HEX triplet: F1, 97 and CF. RGB value is (241,151,207). Sum of RGB (Red+Green+Blue) = 241+151+207=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F197CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197CF is #0E6830. Grayscale: #B8B8B8. Windows color (decimal): -944177 or 13604849. OLE color: 13604849.
HSL color Cylindrical-coordinate representation of color #F197CF: hue angle of 322.67º 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 #F197CF is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 207 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.05 |
| HSL | 322.67º | 0.76% | 0.77% | - |
| HSV(B) | 322.67º | 0.37% | 0.95% | - |
| XYZ | 58.6 | 45.34 | 64.69 | - |
| YUV | 184.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 207 | 0 | 0.37 | 0.14 | 0.05 | 322.67 | 0.76 | 0.77 |
| Hex | F1 | 97 | CF | 0 | 25 | E | 5 | 143 | 4C | 4D |
| Octal | 361 | 227 | 317 | 0 | 45 | 16 | 5 | 503 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11001111 | 0 | 100101 | 1110 | 101 | 101000011 | 1001100 | 1001101 |
Color Harmonies of #F197CF
Complementary color
Monochromatic Colors of #F197CF
Black with #F197CF
Text Example
Text Example
White with #F197CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197CF; }
p { color: rgb(241,151,207); }
H1.HeaderClassName
{
color: #F197CF;
}
.AnyTagClassName
{
color: #F197CF;
}
</style>
background-color css
<style>
a { background-color: #F197CF; }
a { background-color: rgb(241,151,207); }
div.DivClassName
{
background-color: #F197CF;
}
.BgClassName
{
background-color: #F197CF;
}
</style>
border-color css
<style>
span { border-color: #F197CF; }
span { border-color: rgb(241,151,207); }
td.TdClassName
{
border-color: #F197CF;
}
.TagClassName
{
border-color: #F197CF;
}
</style>