#F196BF

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

Shades of Shocking #F196BF

Tints of Shocking #F196BF

Color information

#F196BF (or 0xF196BF) is unknown color: approx Shocking. HEX triplet: F1, 96 and BF. RGB value is (241,150,191). Sum of RGB (Red+Green+Blue) = 241+150+191=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F196BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196BF is #0E6940. Grayscale: #B5B5B5. Windows color (decimal): -944449 or 12556017. OLE color: 12556017.

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

Color convert

RGB241150191-
CMYK00.380.210.05
HSL332.97º76.47%76.67%-
HSV(B)332.97º37.76%94.51%-
XYZ56.5944.2854.85-
YUV181.88133.15170.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 191 (75% from 255) = 32.82%
R=41.41%
G=25.77%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115019100.380.210.05332.9776.4776.67
HexF196BF02615514d4c4d
Octal361226277046255515114115
Binary11110001100101101011111101001101010110110100110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196BF; }

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

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

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

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

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

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

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

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