#F197C4

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

Shades of Shocking #F197C4

Tints of Shocking #F197C4

Color information

#F197C4 (or 0xF197C4) is unknown color: approx Shocking. HEX triplet: F1, 97 and C4. RGB value is (241,151,196). Sum of RGB (Red+Green+Blue) = 241+151+196=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F197C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197C4 is #0E683B. Grayscale: #B6B6B6. Windows color (decimal): -944188 or 12883953. OLE color: 12883953.

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

Color convert

RGB241151196-
CMYK00.370.190.05
HSL330º76.27%76.86%-
HSV(B)330º37.34%94.51%-
XYZ57.3144.8257.86-
YUV183.04135.32169.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=40.99%
G=25.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115119600.370.190.0533076.2776.86
HexF197C402513514a4c4d
Octal361227304045235512114115
Binary11110001100101111100010001001011001110110100101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F197C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F197C4; }

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

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

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

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

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

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

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

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