#F197C8

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

Shades of Shocking #F197C8

Tints of Shocking #F197C8

Color information

#F197C8 (or 0xF197C8) is unknown color: approx 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

RGB241151200-
CMYK00.370.170.05
HSL327.33º76.27%76.86%-
HSV(B)327.33º37.34%94.51%-
XYZ57.774560.29-
YUV183.5137.32169.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 151 (59.38% from 255) = 25.51%
BLUE value IS 200 (78.52% from 255) = 33.78%
R=40.71%
G=25.51%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115120000.370.170.05327.3376.2776.86
HexF197C80251151474c4d
Octal361227310045215507114115
Binary11110001100101111100100001001011000110110100011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>