#F396BC

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

Shades of Shocking #F396BC

Tints of Shocking #F396BC

Color information

#F396BC (or 0xF396BC) is unknown color: approx Shocking. HEX triplet: F3, 96 and BC. RGB value is (243,150,188). Sum of RGB (Red+Green+Blue) = 243+150+188=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F396BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396BC is #0C6943. Grayscale: #B6B6B6. Windows color (decimal): -813380 or 12359411. OLE color: 12359411.

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

Color convert

RGB243150188-
CMYK00.380.230.05
HSL335.48º79.49%77.06%-
HSV(B)335.48º38.27%95.29%-
XYZ56.9544.553.16-
YUV182.14131.31171.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=41.82%
G=25.82%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315018800.380.230.05335.4879.4977.06
HexF396BC02617514f4f4d
Octal363226274046275517117115
Binary11110011100101101011110001001101011110110100111110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396BC; }

 p { color: rgb(243,150,188); }

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

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

 a { background-color: rgb(243,150,188); }

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

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

 span { border-color: rgb(243,150,188); }

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