#F396CB

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

Shades of Shocking #F396CB

Tints of Shocking #F396CB

Color information

#F396CB (or 0xF396CB) is unknown color: approx Shocking. HEX triplet: F3, 96 and CB. RGB value is (243,150,203). Sum of RGB (Red+Green+Blue) = 243+150+203=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F396CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396CB is #0C6934. Grayscale: #B7B7B7. Windows color (decimal): -813365 or 13342451. OLE color: 13342451.

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

Color convert

RGB243150203-
CMYK00.380.160.05
HSL325.81º79.49%77.06%-
HSV(B)325.81º38.27%95.29%-
XYZ58.6545.1862.13-
YUV183.85138.81170.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.77%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=40.77%
G=25.17%
B=34.06%

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
Decimal24315020300.380.160.05325.8179.4977.06
HexF396CB0261051464f4d
Octal363226313046205506117115
Binary11110011100101101100101101001101000010110100011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396CB; }

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

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

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

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

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

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

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

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