#F197BC

Color #F197BC Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #F197BC

Tints of Shocking #F197BC

Color information

#F197BC (or 0xF197BC) is unknown color: approx Shocking. HEX triplet: F1, 97 and BC. RGB value is (241,151,188). Sum of RGB (Red+Green+Blue) = 241+151+188=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F197BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197BC is #0E6843. Grayscale: #B6B6B6. Windows color (decimal): -944196 or 12359665. OLE color: 12359665.

HSL color Cylindrical-coordinate representation of color #F197BC: hue angle of 335.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 #F197BC is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241151188-
CMYK00.370.220.05
HSL335.33º76.27%76.86%-
HSV(B)335.33º37.34%94.51%-
XYZ56.4244.4653.19-
YUV182.13131.32169.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=41.55%
G=26.03%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115118800.370.220.05335.3376.2776.86
HexF197BC02516514f4c4d
Octal361227274045265517114115
Binary11110001100101111011110001001011011010110100111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197BC; }

 p { color: rgb(241,151,188); }

 H1.HeaderClassName
 {
   color: #F197BC;
 }
 .AnyTagClassName
 {
   color: #F197BC;
 }
</style>
background-color css

<style>
 a { background-color: #F197BC; }

 a { background-color: rgb(241,151,188); }

 div.DivClassName
 {
   background-color: #F197BC;
 }
 .BgClassName
 {
   background-color: #F197BC;
 }
</style>
border-color css

<style>
 span { border-color: #F197BC; }

 span { border-color: rgb(241,151,188); }

 td.TdClassName
 {
   border-color: #F197BC;
 }
 .TagClassName
 {
   border-color: #F197BC;
 }
</style>