#F396C3

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

Shades of Shocking #F396C3

Tints of Shocking #F396C3

Color information

#F396C3 (or 0xF396C3) is unknown color: approx Shocking. HEX triplet: F3, 96 and C3. RGB value is (243,150,195). Sum of RGB (Red+Green+Blue) = 243+150+195=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F396C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396C3 is #0C693C. Grayscale: #B6B6B6. Windows color (decimal): -813373 or 12818163. OLE color: 12818163.

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

Color convert

RGB243150195-
CMYK00.380.200.05
HSL330.97º79.49%77.06%-
HSV(B)330.97º38.27%95.29%-
XYZ57.7244.8157.24-
YUV182.94134.81170.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.33%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 195 (76.56% from 255) = 33.16%
R=41.33%
G=25.51%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315019500.380.200.05330.9779.4977.06
HexF396C302614514b4f4d
Octal363226303046245513117115
Binary11110011100101101100001101001101010010110100101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396C3; }

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

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

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

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

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

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

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

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