#F396C2

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

Shades of Shocking #F396C2

Tints of Shocking #F396C2

Color information

#F396C2 (or 0xF396C2) is unknown color: approx Shocking. HEX triplet: F3, 96 and C2. RGB value is (243,150,194). Sum of RGB (Red+Green+Blue) = 243+150+194=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F396C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396C2 is #0C693D. Grayscale: #B6B6B6. Windows color (decimal): -813374 or 12752627. OLE color: 12752627.

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

Color convert

RGB243150194-
CMYK00.380.200.05
HSL331.61º79.49%77.06%-
HSV(B)331.61º38.27%95.29%-
XYZ57.6144.7656.64-
YUV182.82134.31170.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=41.40%
G=25.55%
B=33.05%

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
Decimal24315019400.380.200.05331.6179.4977.06
HexF396C202614514c4f4d
Octal363226302046245514117115
Binary11110011100101101100001001001101010010110100110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396C2; }

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

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

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

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

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

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

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

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