#F196C4

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

Shades of Shocking #F196C4

Tints of Shocking #F196C4

Color information

#F196C4 (or 0xF196C4) is unknown color: approx Shocking. HEX triplet: F1, 96 and C4. RGB value is (241,150,196). Sum of RGB (Red+Green+Blue) = 241+150+196=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F196C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196C4 is #0E693B. Grayscale: #B6B6B6. Windows color (decimal): -944444 or 12883697. OLE color: 12883697.

HSL color Cylindrical-coordinate representation of color #F196C4: hue angle of 329.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196C4 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB241150196-
CMYK00.380.190.05
HSL329.67º76.47%76.67%-
HSV(B)329.67º37.76%94.51%-
XYZ57.1544.557.8-
YUV182.45135.65169.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=41.06%
G=25.55%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115019600.380.190.05329.6776.4776.67
HexF196C402613514a4c4d
Octal361226304046235512114115
Binary11110001100101101100010001001101001110110100101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196C4; }

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

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

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

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

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

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

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

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