#F396CC

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

Shades of Shocking #F396CC

Tints of Shocking #F396CC

Color information

#F396CC (or 0xF396CC) is unknown color: approx Shocking. HEX triplet: F3, 96 and CC. RGB value is (243,150,204). Sum of RGB (Red+Green+Blue) = 243+150+204=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F396CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396CC is #0C6933. Grayscale: #B7B7B7. Windows color (decimal): -813364 or 13407987. OLE color: 13407987.

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

Color convert

RGB243150204-
CMYK00.380.160.05
HSL325.16º79.49%77.06%-
HSV(B)325.16º38.27%95.29%-
XYZ58.7745.2362.76-
YUV183.96139.31170.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.70%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=40.70%
G=25.13%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315020400.380.160.05325.1679.4977.06
HexF396CC0261051454f4d
Octal363226314046205505117115
Binary11110011100101101100110001001101000010110100010110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396CC; }

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

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

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

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

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

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

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

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