#F197CC

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

Shades of Shocking #F197CC

Tints of Shocking #F197CC

Color information

#F197CC (or 0xF197CC) is unknown color: approx Shocking. HEX triplet: F1, 97 and CC. RGB value is (241,151,204). Sum of RGB (Red+Green+Blue) = 241+151+204=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F197CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197CC is #0E6833. Grayscale: #B7B7B7. Windows color (decimal): -944180 or 13408241. OLE color: 13408241.

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

Color convert

RGB241151204-
CMYK00.370.150.05
HSL324.67º76.27%76.86%-
HSV(B)324.67º37.34%94.51%-
XYZ58.2445.1962.78-
YUV183.95139.32168.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=40.44%
G=25.34%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115120400.370.150.05324.6776.2776.86
HexF197CC025F51454c4d
Octal361227314045175505114115
Binary1111000110010111110011000100101111110110100010110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197CC; }

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

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

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

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

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

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

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

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