#F196C3

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

Shades of Shocking #F196C3

Tints of Shocking #F196C3

Color information

#F196C3 (or 0xF196C3) is unknown color: approx Shocking. HEX triplet: F1, 96 and C3. RGB value is (241,150,195). Sum of RGB (Red+Green+Blue) = 241+150+195=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F196C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196C3 is #0E693C. Grayscale: #B6B6B6. Windows color (decimal): -944445 or 12818161. OLE color: 12818161.

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

Color convert

RGB241150195-
CMYK00.380.190.05
HSL330.33º76.47%76.67%-
HSV(B)330.33º37.76%94.51%-
XYZ57.0344.4557.2-
YUV182.34135.15169.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 195 (76.56% from 255) = 33.28%
R=41.13%
G=25.60%
B=33.28%

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
Decimal24115019500.380.190.05330.3376.4776.67
HexF196C302613514a4c4d
Octal361226303046235512114115
Binary11110001100101101100001101001101001110110100101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F196C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F196C3; }

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

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

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

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

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

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

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

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