Shades of Shocking #F197CB
Tints of Shocking #F197CB
RGB
CMYK
RGB Variations
Color information
#F197CB (or 0xF197CB) is known color: Shocking. HEX triplet: F1, 97 and CB. RGB value is (241,151,203). Sum of RGB (Red+Green+Blue) = 241+151+203=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F197CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197CB is #0E6834. Grayscale: #B7B7B7. Windows color (decimal): -944181 or 13342705. OLE color: 13342705.
HSL color Cylindrical-coordinate representation of color #F197CB: hue angle of 325.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 #F197CB is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 203 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.05 |
| HSL | 325.33º | 0.76% | 0.77% | - |
| HSV(B) | 325.33º | 0.37% | 0.95% | - |
| XYZ | 58.12 | 45.15 | 62.15 | - |
| YUV | 183.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 203 | 0 | 0.37 | 0.16 | 0.05 | 325.33 | 0.76 | 0.77 |
| Hex | F1 | 97 | CB | 0 | 25 | 10 | 5 | 145 | 4C | 4D |
| Octal | 361 | 227 | 313 | 0 | 45 | 20 | 5 | 505 | 114 | 115 |
| Binary | 11110001 | 10010111 | 11001011 | 0 | 100101 | 10000 | 101 | 101000101 | 1001100 | 1001101 |
Color Harmonies of #F197CB
Complementary color
Monochromatic Colors of #F197CB
Black with #F197CB
Text Example
Text Example
White with #F197CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F197CB; }
p { color: rgb(241,151,203); }
H1.HeaderClassName
{
color: #F197CB;
}
.AnyTagClassName
{
color: #F197CB;
}
</style>
background-color css
<style>
a { background-color: #F197CB; }
a { background-color: rgb(241,151,203); }
div.DivClassName
{
background-color: #F197CB;
}
.BgClassName
{
background-color: #F197CB;
}
</style>
border-color css
<style>
span { border-color: #F197CB; }
span { border-color: rgb(241,151,203); }
td.TdClassName
{
border-color: #F197CB;
}
.TagClassName
{
border-color: #F197CB;
}
</style>